Re: add JPanel and JLabel on JButton

From: Robert Ludewig (schwertfischtrombose_at_gmx.de)
Date: 12/13/03

  • Next message: Patrick Gwiasda: "Re: Outlookstyle Side Bar"
    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


  • Next message: Patrick Gwiasda: "Re: Outlookstyle Side Bar"