Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Re: How to display a Java method using Java Swing

    Try calling invalidate() or validate() or revalidate() after you add the JLabel. It's in the API, but I'm too lazy to look it up right now (just had a big lunch of Indian food, feeling fat and...
  2. Re: How to display a Java method using Java Swing

    Honestly, your best bet is to read through the Swing tutorial.

    But it sounds like you want to extend JPanel and override paintComponent() to do the drawing, then have a JTextField for user input,...
  3. Re: How to display a Java method using Java Swing

    I don't really know what you're saying. Perhaps you should draw out a picture of what you want. I recommend you read through the Swing tutorial to get a handle on the different components at your...
Results 1 to 3 of 3