|
GUI design - Sketch it out first! (Java / Swing example)
 "A picture paints a thousand words" ... and so it is when you're planning a graphic user interface, and implementing it. Yesterday, I picked up an old example of a dialer written in Java - you can see the actual window it generates on the right - and was looking to work out how it hung together.
 A JFrame called Dialer has a Container called cp contains two Swing Jpanels called upper and lower, which are layed out with gridLayouts. Upper contains 3 components - Jlabels, one of which has no name and the other is called Result, and a JButton called OK,
The lower JPanel contains a further 12 JButtons, each of which has a temporary name of current assigned to it as its being defined ....
I did say that "A picture paints a Thousand words", didn't I? All this is shown in the diagram to the left. If you would like to see the source code, its available in full here (written 2007-08-30 16:36:58)
Associated topics are indexed under J902 - Extending Graphics in Java [1325] Java - Client side applet applications as well as server side - (2007-08-29)
Some other Articles
While waiting for Melksham Post OfficeSubway Restaurant in Melksham, WiltshireOliver says ....Tktable - Laying out data in a matrix - Tcl/TkGUI design - Sketch it out first! (Java / Swing example)Well House Manor appoints a General ManagerEasy handling of errors in PHPFlash - is it available to your web page?Resetting session based tests in PHP
|
2618 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|