Is it possible to build custom GUI like this in Java?

后端 未结 10 2027
独厮守ぢ
独厮守ぢ 2021-02-05 18:30

I made this in Photoshop and I plan to use it for my file sharing application:

I was wondering if it was possible to create GUI for my application that is gonna

10条回答
  •  粉色の甜心
    2021-02-05 18:58

    Well thats very much possible, although alot of Java Swing developers might not agree with the UI in the image. perhaps rightly so.

    Although to make it very possible try looking at JWindow, JTable, ImageIcon, Dimension, JProgressBar. You will also need ample of understanding for Java Layouts, and Events such as MouseEvents, ActionEvents.

    Hope that helps.

提交回复
热议问题