Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. View Post

    Also posted at Create 3 JLabel’s for’Option’, ‘Square’ and ‘Direction’, & JTextField’s - Dev Shed
  2. View Post

    Treat them the same as the JButtons or other components added to the GUI.
    Read the tutorial.
  3. View Post

    a JLabel is just another component that can be added to the GUI to display text or an image.
    Create an instance of the JLabel and add it to a container just like is done with a JButton component.
    ...
  4. View Post

    What is the problem with creating those JLabels?
  5. View Post

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Do you have any specific questions or problems?
Results 1 to 5 of 5