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 TouchToneTommy 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: *

  • Users: KishMish
  • Content: Threads
  • Order by date
  1. 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