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