You may just add a JLabel or JTextField as the Status Bar at the bottom of your window. See the following code. ------------------- jLabel2 = new JLabel(); jLabel2.setText("StatusBar:");
Thanks. I want more, not just display "Loading...", "Ready".I want something looks more excited. You know what I mean? I cann't express the problem more clearly because of my poor english.