From ff78c307c6049e459c69161b26833bcf6aa6e719 Mon Sep 17 00:00:00 2001 From: Andrew Auclair Date: Sat, 20 Apr 2024 13:03:58 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 985e0a54..1c2a0922 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ docs). ## Features +- Supports Java 11 and newer - Docking Component Interface - Docking Frames (Floating JFrame) - Docking Ports (One per frame) From 4aaa23df46d7281bcd2105a304f0701375ca621a Mon Sep 17 00:00:00 2001 From: Andrew Auclair Date: Sat, 20 Apr 2024 13:05:09 -0400 Subject: [PATCH 2/2] Update starter-topic.md --- Writerside/topics/starter-topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/starter-topic.md index 426b85fd..210f7468 100644 --- a/Writerside/topics/starter-topic.md +++ b/Writerside/topics/starter-topic.md @@ -2,4 +2,4 @@ Welcome! This documentation explains both the user facing features of Modern Docking, and its API. -Modern Docking provides a rich set of features to enhance any Java Swing User Interface with a desire to provide user customizable layouts of UI components. \ No newline at end of file +Modern Docking provides a rich set of features to enhance any Java Swing User Interface with a desire to provide user customizable layouts of UI components. Java 11 and newer are supported.