Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Mada Akhtar   on Apr 04 In Java Category.

  
Question Answered By: Ralph Murray   on Apr 04

You can use Layouts to have and arrange your components like labels and textfield and so.
if you want indexing on your components, you can dynamicaly generate your components
when loading your application or in handling an event on some of your components, like changing  state of a comboBox, if you dynamicaly change your form  components( add some components or remove them ) or change the arrangement of comopnents, you shoud call the revalidate method on your component( perhaps a JFrame or JPanel ) to apply this changes.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on multi swing component Or get search suggestion and latest updates.


Tagged: