プロジェクト

全般

プロフィール

« | » 

リビジョン 4c154467

高徹 高橋 徹 さんが11年以上前に追加

  • ID 4c154467b3f854e7823c0b04757f4b39f824bb02
  • 23299861

CSSで背景色を定義するセレクタ名を.backgroundから.rootに変更、BorderPaneのプロパティStyeclassからbackground削除。 refs #15

差分を表示:

src/com/torutk/jarmanifest/JarManifestView.fxml
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" styleClass="background" stylesheets="@darktheme.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.torutk.jarmanifest.JarManifestViewController">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" stylesheets="@darktheme.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.torutk.jarmanifest.JarManifestViewController">
<center>
<TableView fx:id="table" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<columns>
src/com/torutk/jarmanifest/darktheme.css
Author : TAKAHASHI,Toru
*/
.background {
.root {
-fx-background-color: #1d1d1d;
}

他の形式にエクスポート: Unified diff