DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Java Notes2

GUI in Java and overview of AWT and Swing APIs The GUI (Graphical User Interface) in java can be done with AWT and also with Swing APIs. The major difference is that AWT…