I want to set the size of one of the button inside grid layout in java -


i using grid layout button panel , in grid layout components default of same size want 1 of button size increase.please suggest me way same.

you can use

bttn.setbounds(x,y, width, height);

bttn jbutton object


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -