Hello to all, I have a programe for two types of users, one (teachers) where I want to use jdk1.1.8, and the other 1.3. My question is depending on the login it will determine what frame is displayed. My principal
applet is compiled in 1.1.8 and so is my teachers interface, but for my other users (students) I want to use swing.
I've try this, but not advanced.
This is basically what I'm trying to do ...
Applet --> Frame -> another Frame (teachers)
-> or JFrame (students)