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 Mike Lewis 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. agodfrey

    Updating JFrame from a child JFrame

    Im not sure how I would do that. let see if i can explain it better. my code: public class menuClass(){ //constructor //methods to create JFrame and buttons public void updatePic(){ //code to update picture } //listener for Configuration button that calls other class...
  2. agodfrey

    Updating JFrame from a child JFrame

    Hi, I am writing a Java program that uses a menu that is set up as a JFrame and one of the panels in it contain a ImageIcon. I then have a configuration JFrame that is created in a separate class from the menu class, but is created when the user clicks the config button in the menu panel. In...

Part and Inventory Search

Back
Top