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

[color purple] Dear Java Friend

Status
Not open for further replies.

StanSteve

Instructor
Sep 22, 2001
16
US

Dear Java Friend,
In my attempts to understand the GridBagLayout layout manager I ran a program but the error message said
"method GridBagLayoutTester not found in class GridBagLayoutTester".
here is the part where the error occurs

public static void main(String[] args)
{
GridBagLayoutTester();
}

Your advice is appreciated :)
Stan
dominskis@aol.com
 
this is not very helpful, you need to provide more details.

Is gridbaglayouttester one of your classes? If so, have you provided it with a necessary default constructor method?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top