swing应用程序窗口打开序列

swing应用程序窗口打开序列

本文介绍了Java swing应用程序窗口打开序列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Im beginner in Java Swing. So dont judge me plz :)

I create 9 windows, which are mainscreen, sign,signup... I design GUI and other sources codes as well.And they all have a main function because i created windows as Application windows.(or Application Form , all of them). So how can i set initialize sequence. For example when program runs start with MainScreen then other screens according to ButtonListener(which i created these). Again, my question is how can sure, when program start, it starts in MainScreen. Also another question is How can i put in form like program_name.exe 





我试过的:



我也写了所有GUI屏幕和其他听众。



What I have tried:

I write all GUI screens and other Listeners as well.

推荐答案


这篇关于Java swing应用程序窗口打开序列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 13:55