add setter for width
This commit is contained in:
@@ -80,6 +80,8 @@ public interface Widget
|
||||
|
||||
int getWidth();
|
||||
|
||||
void setWidth(int width);
|
||||
|
||||
int getHeight();
|
||||
|
||||
Rectangle getBounds();
|
||||
|
||||
Reference in New Issue
Block a user