Can I use CSS for Java Swing?

前端 未结 2 1472
孤独总比滥情好
孤独总比滥情好 2020-12-03 14:04

Is there any way to reuse my CSS in an application that uses Java Swing ?

2条回答
  •  温柔的废话
    2020-12-03 14:26

    Java swing generally isn't built to separate its controls from its presentation, but there is an open-source framework called Jaxx that has been written that might help you. With Jaxx you can do something like this: