rvanheest / Rekeningsysteem-Bouwbedrijf-Mackloet

0 stars 0 forks source link

Fullscreen does not work when initial size too big #39

Closed rvanheest closed 9 years ago

rvanheest commented 9 years ago

When the size of the ui is bigger than the screen, a ArrayIndexOutOfBoundsException is thrown. This is based on Root.java:68 (.get(0)).

rvanheest commented 9 years ago

Solved by 6162bf6. Closing.