Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Swing GUI components

843805Nov 25 2006 — edited Nov 25 2006
Hi, I'm starting to learn swing, and I'm trying to figure what components to use for my particular application. I'm preparing to build a gui that represents the status of hardware in realtime (ie this application regularly polls hardware and receives status data over a socket) I would like this to look like a grid in which a row and column junction represent a particular hardware status.

I've been looking for a 'indicator' type of component, but can't find anything that fits the bill from the standard components.

I've been thinking that one way to implement the gui is to create a grid of JPanel components, and change the background color of individual panels to reflect status. Is there away to group JPanels together?

Any suggestions would be appreciated-

Alan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2006
Added on Nov 25 2006
2 comments
94 views