JTable and Look and Feels
问题 I have small problem with changing look and feel of an object. In my app I have public class JavaCommander extends JFrame and in this class I have JTable that is constructed with my own table model. Everything works fine, but as I said there is a problem when I want to change look and feel. In menu bar I have a menu with available look and feels. menuBar=new JMenuBar(); JMenu lookMenu=new JMenu("Look and Feel"); UIManager.LookAndFeelInfo[] info= UIManager.getInstalledLookAndFeels();