How to have a JFrame Maximise icon
问题 How do i create a JFrame window in eclipse on a Mac that has an icon that makes the window full screen like the double arrow icon on most windows at the top right?? 回答1: Take a look at Fullscreen feature for Java Apps on OSX Lion And Java Runtime System Properties, which may be of interested or How can I do full screen in Java on OSX if those were the wrong feature you wanted UPDATE Lucky for you JFrame extends Window via Frame ... public class TestMacFullScreen { public static void main