frames from an applet
  Home FAQ Contact Sign in
comp.lang.java.gui only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.java.gui Profile…
 Up
frames from an applet         


Author: petoeter
Date: Feb 24, 2007 06:45

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), to let pop
up different frames.
Hereby my (simpified) code. What's wrong, no way to generate a frame?
Thanks,
(as a am a novice, all suggestions are wellcome)

import java.awt.* ;
import javax.swing.*;
import java.awt.event.*;

public class test extends JApplet implements ItemListener {
JRadioButton radio1;
ButtonGroup groep;
JButton knop;
int a;
public void init() {
Container...
Show full article (2.81Kb)
1 Comment
Re: frames from an applet         


Author: Andrew Thompson
Date: Feb 24, 2007 06:49

On Feb 25, 1:45 am, "petoeter" wrote:
..
> The aim is to ...

Multi-post all over the place?
<http://groups.google.com/groups/profile?
enc_user=tqFHaRwAAAC8ixH5nKvxXAx9dAeLtF-c1_1ftGoPMiaySNrq1G0dDQ>

Andrew T.
no comments