uimanager
Setting the Default Font of Swing Program
I was wondering how to set the default font for my entire Java swing program. From my research it appears it can be done with UIMa开发者_如何学JAVAnager, something to do with LookAndFeel, but I can\'t[详细]
2023-04-05 16:56 分类:问答Change JComboBox colours WITHOUT renderer
I can change the ComboBox background color using: UIManager.put(\"ComboBox.background\", Color.RED); and it works.[详细]
2023-03-23 10:50 分类:问答Java application executing other Java application using Ant on Mac OS X
I´m working on a client-server Java-application that is meant to work on Mac OS X as well as Windows and Linux. The application has several different client modules which should be executed from a la[详细]
2023-03-19 03:15 分类:问答How to get the background color of a JList's unselected cell?
I am trying to find the color used by cells that are unselected. This is usually white, however when I call UIManager.getColor(\"List.background\"), it appears to be the same grey color used for JPane[详细]
2023-03-16 13:20 分类:问答JOptionPane: Installing Custom icon has no effect when look and feel set
I would like to install a custom icon in place of the standard JOptionPane information icon.. I tried[详细]
2023-03-12 19:09 分类:问答JTextField background color on enable/disable
i changed the background color of my JTextField to black when it is disabled.I do this using the UIManager and this property TextField.disabledBackground, that i set at开发者_Go百科 application start[详细]
2023-03-08 13:59 分类:问答How to link identical GTK::UIManager XML menus?
My GTK application has the following UIManager XML. Is there a way to link those menus in the XML, so that I do not have to repeat myself?[详细]
2023-03-07 22:14 分类:问答overrides nimbus properties
I\'m trying to overrides some of the nimbus properties for JLabel. UIDefaults labelDefault = new UIDefaults();[详细]
2023-03-02 04:47 分类:问答UI properties does not contain some keys
I have the following problem. I need to get an UI properties: UIManager.getString(\"OptionPane.okButtonText\")[详细]
2023-02-27 15:13 分类:问答Java UIManager - What's the name of the area around a button
I\'m using the Windows XP look and feel.On a panel containing a button there is a rectangular area around a button that looks like the area that a classic button would take up.That area is not adherin[详细]
2023-02-03 05:56 分类:问答