Archive for the ‘Flow Layout’ Category

JFrame Class

Posted on October 27th, 2008, by Manoj Shah

Frames are a powerful feature of swing. You can create a windows for your application by using the resizable border. To create a frame window. you use the constructor of the JFrame class. The constructor accepts the title of the     read more…