Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KishMish

    trouble with actionlistener in a panel in a tabbed pane.

    actually nevermind - i figured out what you were saying, but now the problem is that although it executes upto the if condition, it doesnt go anyfurther - i put showStatus("click") after the Object obj = evt.getSource() line, and it executes, so it's catching the click but it isnt...
  2. KishMish

    trouble with actionlistener in a panel in a tabbed pane.

    Hey, thanks for the quick reply. I'm a Java newbie, so although what you said makes sense, i can't implement it!! the reason for the if condition is that there are actually 2 btns on that panel, (like i said, i simplified the code as much as possible!) so i need that line!! could you PLEASE...
  3. KishMish

    trouble with actionlistener in a panel in a tabbed pane.

    Hi, please help me! this is the code i wrote, with the error given below: CODE: import javax.swing.*; import java.awt.*; import java.awt.event.*; public class tabslisten extends JApplet { JPanel RecPanel; GridBagLayout gbl; GridBagConstraints gbc; public void init () { FlowLayout...

Part and Inventory Search

Back
Top