Comments modified in Application.java
This commit is contained in:
@ -1,19 +1,19 @@
|
|||||||
package cicaprojekt;
|
package cicaprojekt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Az alkalmaz<EFBFBD>s elind<EFBFBD>t<EFBFBD>s<EFBFBD><EFBFBD>rt felel<EFBFBD>s oszt<EFBFBD>ly.
|
* Az alkalmazás elindításáért felelős osztály.
|
||||||
*/
|
*/
|
||||||
public class Application
|
public class Application
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Az <code>Application Frame</code> oszt<EFBFBD>ly egy p<EFBFBD>ld<EFBFBD>nya, amely
|
* Az <code>Application Frame</code> osztály egy példánya, amely
|
||||||
* az alkalmaz<EFBFBD>st val<EFBFBD>s<EFBFBD>tja meg.
|
* az alkalmazást valósítja meg.
|
||||||
*/
|
*/
|
||||||
public static final ApplicationFrame frameInstance = new ApplicationFrame();
|
public static final ApplicationFrame frameInstance = new ApplicationFrame();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Az alkalmaz<EFBFBD>sp<EFBFBD>ld<EFBFBD>nyt inicializ<EFBFBD>l<EFBFBD>, majd elind<EFBFBD>t<EFBFBD> f<EFBFBD>ggv<EFBFBD>ny.
|
* Az alkalmazáspéldányt inicializáló, majd elindító függvény.
|
||||||
* @param args a string t<EFBFBD>mbk<EFBFBD>nt <EFBFBD>tvett parancssori argumentum
|
* @param args a string tömbként átvett parancssori argumentum
|
||||||
*/
|
*/
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user