Searched refs:showGrid (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java161 private boolean showGrid = true; field in class:FontPanel
302 showGrid = b;
928 if ( showGrid )
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java172 boolean showGrid = style.getBoolean(context, "Table.showGrid", true);
173 if (!showGrid) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java1090 * If <code>showGrid</code> is true it does; if it is false it doesn't.
1095 * @param showGrid true if table view should draw grid lines
1102 public void setShowGrid(boolean showGrid) { argument
1103 setShowHorizontalLines(showGrid);
1104 setShowVerticalLines(showGrid);

Completed in 62 milliseconds