Author: petoeterpetoeter Date: Feb 24, 2007 02:04
Hi,
The aim is to write some code so , starting from an applet, the user
can a make a choice (by radio buttons and an OK button), generate
different frames.
Hereby my (simpified) code. What's wrong? Thanks,
(as a am a novice, all suggestions are wellcome)
import java.awt.*
import javax.swing.*;
import java.awt.event.*;
|