first time making a question here. First of all, Eclipse (as far as I’m aware of) don’t let you re dimension images through the design tab directly so to solve this I made a method that convert the icon from ImageIcon to image, re dimension it and then convert it back. The problem is that when I use the re
Tag: border
Enable a JButton when some component changed its border color [closed]
My goal is to enable a JButton only when some JTextFields and JComboBox change its border color from red to green. These components are included in three different JPanel. I try to create a function …
Java Swing JtextField inset
I am working with Netbeans GUI and I would like to add 3 pixels of space at the beginning of my jTextField : I have tryied with setMargin, setInset in the GUI but it doesn’t change anything. I have another question, why the bottom right border is not rounded ? here is my code : thank you very much, Regards