• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Event-handling Problem in 3-JComboBox and 1-JTable Search Program

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

My swing design is composed with 3-JComboBox & JTable.
I want search specific Table record which correspond to JComboBox
value. After compile Selection.java file, I got a above program
which does not respond to JComboBox.
Following is complete code.

It seems that the location of some code snippet was wrong.
Can anyone help me in this problem ?
Thanks in advance.
 
SungChan Park
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most uncertainty part of my code is the location and implementation of code

which try to read to'th row by multiplying to1, to2 and to3.
Is there a any Code-Guru who can solve it ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic