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

后端 未结 6 1292
孤城傲影
孤城傲影 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 05:01

    Like @Reverand Gonzo says, you will need some form of server/client. But you could easily embed a Jetty server into a Java app and then use GWT for your client code.

提交回复
热议问题