Re: add JPanel and JLabel on JButton
From: Robert Ludewig (schwertfischtrombose_at_gmx.de)
Date: 12/13/03
- Previous message: Alan Moore: "Re: ActionEvent Performance Issue"
- In reply to: VisionSet: "Re: add JPanel and JLabel on JButton"
- Next in thread: Andrew Thompson: "Re: add JPanel and JLabel on JButton"
- Reply: Andrew Thompson: "Re: add JPanel and JLabel on JButton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Dec 2003 09:18:26 +0100
> JButton is a container so you can add components in the same way you would
>normally.
JButton button = new Button ();
button.add.(new JPanel());
gives a nullpointerexception
- Previous message: Alan Moore: "Re: ActionEvent Performance Issue"
- In reply to: VisionSet: "Re: add JPanel and JLabel on JButton"
- Next in thread: Andrew Thompson: "Re: add JPanel and JLabel on JButton"
- Reply: Andrew Thompson: "Re: add JPanel and JLabel on JButton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]