Class Belka
java.lang.Object
Belka
public class Belka
- extends Object
Class containing main function to start Belka.
- Author:
- Alexej Abyzov
Constructor Summary |
Belka()
|
Method Summary |
static void |
main(String[] args)
Starts the Belka. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Belka
public Belka()
main
public static void main(String[] args)
- Starts the Belka. The following actions are performed:
- Set system specific settings
- Set look and feel
- Create menus
- Create main frame
- Create
BelkaManager
object
- Pass program control to
BelkaManager