Dear Java Friend,
In my attempts to understand the GridBagLayout layout manager, I attempted to run a program but the error message says
"GridBagLayoutTester method not found in class stan_GridBagLayoutTester."
It is the only line of code in the main program where the problem occurs !
public static void main(String[] args)
{
GridBagLayoutTester();
}
Thanks for your advice
Stan