Skip to content

Commit 446accf

Browse files
authored
1.0.1 beta (#2)
* New stuff: - Added font size method - Added preset empty constructor - Now the window opens in the center of the screen (finally) Changes: - Now the height and width have defaults of 450 by 650 - The font size is defaulted to 16 as it is, but now you can change it without making a new font - Redacted the misspelling of "setMatix" with "setMatrix" There is still a tone more to be done * Fixed: - The ability for stopping and starting the schedule. Added: - Added more terminal and window control options And more :) * Random typo
1 parent 40f8753 commit 446accf

File tree

6 files changed

+506
-381
lines changed

6 files changed

+506
-381
lines changed

Terminal.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
3-
<component name="NewModuleRootManager" inherit-compiler-output="true">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">
66
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />

src/Console/Terminal.java

Lines changed: 0 additions & 373 deletions
This file was deleted.

src/Console/TerminalTimer.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Console/Terminal.form renamed to src/Core/Terminal.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="Console.Terminal">
2+
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="Core.Terminal">
33
<grid id="27dc6" binding="MainPanel" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>

0 commit comments

Comments
 (0)