How to specify the location of form components in Applications form like text box, listbox etc
How to specify the location of form components in Applications form like text box, listbox etc
Use layout managers, they will ensure that the components are laid out correctly and move and size appropriately when the frame size changes. See Laying Out Components.
Good judgment comes from experience; experience comes from bad judgment...
F. Brooks