I have been asked to learn how to do some basic GUI programming. Can anyone suggest a good place to start that will teach me the basics? I just need to be able to modify an existing GUI to add new ...
While you can build Java applet GUIs using Sun’s Swing the results are usually rather ugly and clunky looking. There’s also the problem that quite a bit of programming effort will be required for even ...