



This is an example how to create a statusbar in a JFrame using Java
First create a JLabel component like this:
JLabel status = new JLabel("This is a statusBar example");
And add the following code below in your program:
status.setPreferredSize(new Dimension(100, 16));
getContentPane().add(status, BorderLayout.SOUTH);



More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 