< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java

Print this page

        

*** 688,697 **** --- 688,699 ---- "KP_LEFT", "selectChild", "RIGHT", "selectParent", "KP_RIGHT", "selectParent", }); + table.put("uiDrawing.text", SwingUtilities2.DEFAULT_UI_TEXT_DRAWING); + // enabled antialiasing depending on desktop settings flushUnreferenced(); SwingUtilities2.putAATextInfo(useLAFConditions(), table); new AATextListener(this);
< prev index next >