I am trying various different layout managers tohost a couple of JLabels & JTextFields in a JFrame. Whenever I resizethe frame (at runtime by dragging the borders) then the TextFieldresizes too big. What is the best way to manage this problem?
Please try GridbagLayout and its constraints your problem will solve.and if it will be diffcult then try Null Layout of the Form but it is notrecommended.