Select Page

Java Swing – JTextField

We have learned a lot about how to put different kinds of things into our desktop applications but what if we want to add some text to our applications; I know we have already covered a way to do that with a Jlabel but today I will be showing you a way which is a...

Java Swing – JLabel(Part 2)

Today we will continue to learn a little bit more about the magnificent JLabel. Like I had said before not only can we use it to display text, but we can also add some images to it. Isn’t that exciting! Ok, well I’m not sure if you are as excited as I am about this,...