मैं एक तरह से जहां इस डाल करने के लिए पर उलझन में हूँ करने के लिए:कैसे JFrame देखने की स्थापना की और महसूस
try {
UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
} catch(Exception e){
}
मैं JFrame
वर्ग का विस्तार नहीं किया था, लेकिन उनका उपयोग JFrame f = new JFrame();
धन्यवाद: डी के लिए
** फ्रेम initialising यकीन Look'n'Feel कॉन्फ़िगर की गई है ** से पहले। –
[प्रोग्रामेटिक रूप से देखो और महसूस करना] (http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html#programmatic) – chicout