J
John Fabiani
Hi,
I'm just starting with Java and I'm having a little trouble relating a
concept that is in VFP to Java. In VFP (Visiual FoxPro) the programmer can
create a form (a JFrame/Window) and add a class to the form (drag and
drop). In my case this class is a data manager class. The class contains
routines to access data and much more. But basicly adds methods to the
form. So my question is what is there in Java that allows me to add a class
to a JFrame/window? Or if I'm all wrong in my thinking can someone direct
me to a white paper or URL?
I'm just starting with Java and I'm having a little trouble relating a
concept that is in VFP to Java. In VFP (Visiual FoxPro) the programmer can
create a form (a JFrame/Window) and add a class to the form (drag and
drop). In my case this class is a data manager class. The class contains
routines to access data and much more. But basicly adds methods to the
form. So my question is what is there in Java that allows me to add a class
to a JFrame/window? Or if I'm all wrong in my thinking can someone direct
me to a white paper or URL?