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) 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.