JavaRanch » Java Forums »
Java »
Swing / AWT / SWT
| Author |
Event-handling Problem in 3-JComboBox and 1-JTable Search Program
|
SungChan Park
Greenhorn
Joined: Jan 14, 2002
Posts: 22
|
|
 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
Joined: Jan 14, 2002
Posts: 22
|
|
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 ?
|
 |
 |
|
|
subject: Event-handling Problem in 3-JComboBox and 1-JTable Search Program
|
|
|
|