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
Post a Comment