I am using Eclipse Window Builder, and in my program, I would like to ask the user to enter the highest degree of the polynomial and based on his answer, I would like my program to display n text boxes and n label for him to enter the coefficient of each x
Example: Enter Highest Degree: 3
-- X^3
-- X^2
-- X^1
-- X^0
Anyone knows how this can be done?