Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-goryachev-oracle committed Dec 12, 2023
1 parent 74374ad commit c59c204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Projects // Work in Progress
# Test Projects // Work in Progress

- [Rich Text Area](https://github.com/andy-goryachev-oracle/Test/blob/rich.text.area/src/goryachev/apps/RichTextAreaDemoApp.java)
This repo houses miscellaneous test cases.
3 changes: 1 addition & 2 deletions src/goryachev/apps/AppTestLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public static void main(String[] args) throws Throwable {
// System.setProperty("javafx.pulseLogger", "true");
// System.setProperty("javafx.pulseLogger.threshold", "-1");
// System.setProperty("prism.showdirty", "true");

//JFXPanel_NPE_8255248.main(args);

Application.launch(TreeTable_Select_8321323.class, args);
}
}

0 comments on commit c59c204

Please sign in to comment.