Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Frame type control in Java ..?


  • From: makarand@xxxxxxxxxxxx (Makarand Kashikar)
  • Subject: Frame type control in Java ..?
  • Date: Tue, 31 Aug 1999 15:20:50 -0700

Hi all,
What is the equivalent of Visual Basic Frame in JFC,
I require to group some swing controls on a JDialog under one group (Like a
Frame in VB)
so that I can just disable (or make invisible) the group control, instead of
disabling
(or making invisible) each control individually.

Apologizing for refering to Visual Basic,
But I couldn't resist refering to the Frames in Visual Basic.

Makarand