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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -