From 7229a846e000563e6a429c5b6ccd46f3cc8a3f3c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Thu, 24 Mar 2022 18:58:21 +0200 Subject: [PATCH] Add th --- .idea/uiDesigner.xml | 124 ++++++++++++++++++ .../jcolorfulconsole/ConsoleProperty.java | 5 + 2 files changed, 129 insertions(+) create mode 100644 .idea/uiDesigner.xml create mode 100644 src/main/java/com/anas/jcolorfulconsole/ConsoleProperty.java diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/anas/jcolorfulconsole/ConsoleProperty.java b/src/main/java/com/anas/jcolorfulconsole/ConsoleProperty.java new file mode 100644 index 0000000..94a0478 --- /dev/null +++ b/src/main/java/com/anas/jcolorfulconsole/ConsoleProperty.java @@ -0,0 +1,5 @@ +package com.anas.jcolorfulconsole; + +public interface ConsoleProperty { + public short getCode(); +}