jwfwessels / AFK

Automated Battle Ground.
MIT License
1 stars 1 forks source link

Bot-adding buttons shrink and disappear based on window width. #2

Closed danini-the-panini closed 11 years ago

danini-the-panini commented 11 years ago

Description:

In the Bot Loading screen, the central buttons become too small for their text (replacing the text with "...") when the window is re-sized to a width less than 1068. The buttons disappear altogether when the window is re-sized to a width of less than 908.

Image of the button becoming too small for text: image

Image of buttons disappearing altogether: image

Note: The following line in Tokyo.java may have to be commented out to test this bug (depending on your window manager):

jFrame.setResizable(false);

Affect Area: