intelliJでJMetroを導入する
intelliJでJMetro
javafxとJmetroでwin10っぽいGUIをつくる
環境
- intelliJ IDEA community 2020.1
- java_version 1.8.0_202
- javaFx 8
JMetroとは?
JMetroのサイトから引用
win10っぽいモダンなGUIが実装できるテーマのようなもの
intelliJ素人なので勘弁してください
手順
- Ctrl + Shift + Alt + Sで設定を開く
インポートする
import jfxtras.styles.jmetro.JMetro;
import jfxtras.styles.jmetro.Style;
- コントローラ側に以下を追加
JMetro jMetro = new JMetro(Style.LIGHT);
jMetro.setScene(シーン名);
- 動いたら実装!
Author And Source
この問題について(intelliJでJMetroを導入する), 我々は、より多くの情報をここで見つけました https://qiita.com/Meythei/items/211c08ce8c1c7f23d806著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .