fill combox, reference a form from another form and running java application problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menyki
    New Member
    • Feb 2007
    • 33

    fill combox, reference a form from another form and running java application problem

    how can i code a radio button so that when a user click an option it will determines what will fill in combobox at run time. how do i reference or display another form from main form. am using java

    how will code my flash page so that it will stay for 3 minutes and hide and show main frm
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Read the Swing tutorials and pay special attention to the several Listeners. When
    a user presses a button an event is fired to all Listeners that are registered with
    that button. Your business logic (i.e. determining what to do) is activated by the
    Listeners when they receive the event.

    Your question is too 'wide' and vague to answer in detail though, it's a hodge podge
    of view problems and controller problems. In the future think about your problem,
    decompose it and ask a single question on each one of the components.

    kind regards,

    Jos

    Comment

    Working...