I'm currently working on a small project that requires "null" layout of my JPanel
.
When adding or editing a JTextField
, is there any other way for me to have it visible without having to setBounds()
?
What I want is for the height and width to be determined by the text size, and for me to set only the location of the text in my JPanel
.