|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGUI.ScreenResErrorWindow
public class ScreenResErrorWindow
Class used in order to inform user that the game can not run in the current screen resolution. This is made possible by using a JOptionPane window. After that the game exits and all resources which are binded by the application are again made free.
| Constructor Summary | |
|---|---|
ScreenResErrorWindow()
Constructor of the ExitingWindow object. |
|
| Method Summary | |
|---|---|
boolean |
checkScreenRes()
Method that checks the current screen resolution user uses in his/her computer.This is made possible by a Toolkit object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScreenResErrorWindow()
| Method Detail |
|---|
public boolean checkScreenRes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||