Top "Jlabel" questions

A Java Swing component to display a short text string or an image, or both.

How to give spaces between jlabel?

Hi i am trying to make java desktop application where i am using multiple jlabel i want to give little …

java swing jlabel layout-manager null-layout-manager
How do I create an event handler for a JLabel?

I want to make it so that if I click on the JLabel, the label becomes a new label with …

java swing jlabel mouselistener
Adding margins in a JTextArea?

So I have a JTextArea which shows the text right from the top left corner. I want some margin on …

java swing jlabel jtextarea
JLabel on change text event

How I can retrive the event on a JLabel when change the text inside?? I have a JLabel and when …

java events swing jlabel
JLabel doesn't change back color

Part of my function looks like this jLabel2.setBackground(Color.YELLOW); jLabel2.setText("Status : Idle"); boolean ok=cpu21.RestartSSH(); if(…

java swing background boolean jlabel
Changing a JLabel's Value from a JSlider's Value

I have a single JPanel that contains a JSlider and a JLabel. I want to configure it so that when …

java swing jlabel jslider
Java - Redirecting system.out.println to a JLabel

I want to redirect a sytem.out.println to a JLabel in another class. I have 2 classes, NextPage and Mctrainer. …

java swing jlabel println system.out
JLabel: After overriding paintComponent(). How to make setText() render the text String?

I wrote a subclass of JLabel, and I override paintComponent(Graphics) method to make a gradient background color. This is …

java swing overriding jlabel paintcomponent
Java image not showing?

Having a issue trying to display my logo. The picture is saved in the same folder as main.java ImageIcon …

java image swing jlabel imageicon
Fill up the empty space of a FlowLayout

I have a flowlayout panel which has a textfield inside. Although the textfield is not that wide but I want …

java swing jlabel layout-manager flowlayout