Comments added to Application.java

This commit is contained in:
Siket Melinda Tekla
2016-05-16 12:52:40 +02:00
parent 57fc851f13
commit b5d260b0fa

View File

@ -1,9 +1,20 @@
package cicaprojekt;
/**
* Az alkalmaz<61>s elind<6E>t<EFBFBD>s<EFBFBD><73>rt felel<65>s oszt<7A>ly.
*/
public class Application
{
/**
* Az <code>Application Frame</code> oszt<7A>ly egy p<>ld<6C>nya, amely
* az alkalmaz<61>st val<61>s<EFBFBD>tja meg.
*/
public static final ApplicationFrame frameInstance = new ApplicationFrame();
/**
* Az alkalmaz<61>sp<73>ld<6C>nyt inicializ<69>l<EFBFBD>, majd elind<6E>t<EFBFBD> f<>ggv<67>ny.
* @param args a string t<>mbk<62>nt <20>tvett parancssori argumentum
*/
public static void main(String[] args)
{
frameInstance.init();