View pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.cedarsoft.training</groupId> | |
<artifactId>bosch-2019</artifactId> | |
<version>1.0.0-SNAPSHOT</version> | |
<packaging>jar</packaging> |
View MigPaneExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.event.EventTarget | |
import javafx.scene.Node | |
import javafx.scene.Parent | |
import net.miginfocom.layout.AC | |
import net.miginfocom.layout.CC | |
import net.miginfocom.layout.ConstraintParser | |
import net.miginfocom.layout.LC | |
import org.tbee.javafx.scene.layout.MigPane | |
import tornadofx.* |
View popup-style.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.cedarsoft.autoresultat.ng.agents | |
import javafx.scene.paint.Color | |
import tornadofx.* | |
/** | |
* @author Johannes Schneider ([js@cedarsoft.com](mailto:js@cedarsoft.com)) | |
*/ | |
fun main(args: Array<String>) { | |
launch<StyleDemo>() |
View cedarsoft.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<code_scheme name="cedarsoft"> | |
<option name="USE_SAME_INDENTS" value="true" /> | |
<option name="IGNORE_SAME_INDENTS_FOR_LANGUAGES" value="true" /> | |
<option name="JAVA_INDENT_OPTIONS"> | |
<value> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | |
<option name="TAB_SIZE" value="8" /> | |
<option name="USE_TAB_CHARACTER" value="false" /> |