How can I create a bar in the bottom of a Java app, like a status bar?

前端 未结 5 867
谎友^
谎友^ 2020-12-12 17:07

I am in the process of creating a Java app and would like to have a bar on the bottom of the app, in which I display a text bar and a status (progress) bar.

Only I c

5条回答
  •  天涯浪人
    2020-12-12 17:52

    I would recommend the status bar component in the SwingX library - Here is the API doc for the status bar is here

    A good example of its use is here.

    Have fun.

提交回复
热议问题