Macintosh « JInternalFrame « Java Swing Q&A





1. Java method works on windows but not Macintosh?    stackoverflow.com

I had a real weird method which is used to hide JInternalFrame's title bar. Now the dilemma is below method works on windows platform,

((javax.swing.plaf.basic.BasicInternalFrameUI) aXInternalFrame.getUI()).setNorthPane(null);
But not on Macintosh! Any experts have ...