Java J2EE Spring Displaying Text in a Component

In the previous chapters, we learnt how to create a frame and then how to size and position it. The next step is to start putting stuff inside a frame. Seeing empty frames is kind of boring, isnt it…

So, lets get started!!!

Displaying Information in a Frame

In this chapter, we are going to learn how to add a component into a Frame. This component is going to be pretty straight forward that