How to use HTML and CSS as a Java application GUI?

后端 未结 6 1279
孤城傲影
孤城傲影 2020-11-30 04:01

I want to design new Git client with a clean GUI.

Is it possible to use the power of HTML, CSS and JavaScript in a java application?

I would like to use Java

6条回答
  •  情深已故
    2020-11-30 04:47

    Use Angular.js with HTML and rest of the things as same in Java, just use classes for business logic, no need to write code for awt/swing. Angular with spring boot are rapid development in Java for webapp with less code in Java without swing use to create best webapp .

提交回复
热议问题