Swing: User Interfaces in Java
Java has a fairly rich framework for creating user interfaces "out of the box". That
framework is called Swing. Before learning Swing, it's worth making sure
that you really understand the following:
the basic concepts of object-oriented programming (e.g. the notion
of classes, object creation, inheritance);
basic Java syntax: how to call methods, how to create loops etc;
interfaces, in the programming...
Monday, February 18, 2013
Subscribe to:
Posts (Atom)