Skip to content

Commit

Permalink
GH-372 experimenting with javafx design patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcorless committed Oct 28, 2024
1 parent 2a8e472 commit 78a0599
Show file tree
Hide file tree
Showing 37 changed files with 521 additions and 4,751 deletions.
1 change: 1 addition & 0 deletions viewer/viewer-fx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mvn javafx:run -f ./viewer/viewer-fx/pom.xml
4 changes: 2 additions & 2 deletions viewer/viewer-fx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repositories {

description 'ICEpdf FX viewer reference implementation project'

mainClassName = "org.icepdf.fx.viewer.Main"
mainClassName = "org.icepdf.fx.ri.viewer.Launcher"
applicationDefaultJvmArgs = ["-Xms64m", "-Xmx1024m"]

def sectionName = 'com/icepdf/fx/viewer'
def sectionName = 'org/icepdf/fx/ri/viewer'
def baseJarName = 'icepdf'
def baseAppendixName = 'viewer-fx'

Expand Down
7 changes: 6 additions & 1 deletion viewer/viewer-fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>11</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
Expand All @@ -43,7 +48,7 @@
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
<mainClass>org.icepdf.qa.viewer.Launcher</mainClass>
<mainClass>org.icepdf.fx.ri.viewer.Launcher</mainClass>
</configuration>
</plugin>
</plugins>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 78a0599

Please sign in to comment.