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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by justmee

  1. justmee

    JRadioButton and ButtonGroup

    or use another ButtonModel which is not a member of the ButtonGroup. // will deselect all other Buttons of the ButtonGroup myButtonGroup.setSelected(new JButton("nothing selected").getModel(), true);
  2. justmee

    Help me: Remove a Selected Row of Flexgrid

    Hello, Please help me remove a selected row of flexgrid. Could you help me?:)
  3. justmee

    Help me: End Application

    Help me:) When I press the X (close application), my application stays in memory! How can I solve this problem? Thanks

Part and Inventory Search

Back
Top