From d5d82eff27f39a02d429431b0ca6265caaecc08f Mon Sep 17 00:00:00 2001 From: tbarnes98 Date: Tue, 13 Aug 2019 12:17:37 -0500 Subject: [PATCH] first commit --- .idea/.name | 1 + .../inspectionProfiles/profiles_settings.xml | 6 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/workspace.xml | 534 +++++++++++++++ Fall 2017/.idea/.name | 1 + Fall 2017/.idea/misc.xml | 6 + Fall 2017/.idea/modules.xml | 8 + Fall 2017/.idea/workspace.xml | 351 ++++++++++ Fall 2017/Lab3.iml | 11 + .../.idea/checkstyle-idea.xml | 16 + .../Battle Simulator 3000/.idea/misc.xml | 6 + .../Battle Simulator 3000/.idea/modules.xml | 8 + .../Battle Simulator 3000/.idea/workspace.xml | 628 ++++++++++++++++++ .../Battle Simulator 3000.iml | 11 + .../Battle Simulator 3000/barnestr/Die.class | Bin 0 -> 663 bytes .../barnestr/Lab07.class | Bin 0 -> 4073 bytes .../barnestr/Mugwump.class | Bin 0 -> 1518 bytes .../barnestr/Warrior.class | Bin 0 -> 1212 bytes .../src/barnestr/Die.java | 24 + .../src/barnestr/Lab07.java | 171 +++++ .../src/barnestr/Mugwump.java | 96 +++ .../src/barnestr/Warrior.java | 58 ++ .../Event Handling/.idea/checkstyle-idea.xml | 16 + .../SE 1011/Event Handling/.idea/compiler.xml | 23 + .../Event Handling/.idea/description.html | 2 + .../Event Handling/.idea/encodings.xml | 5 + .../SE 1011/Event Handling/.idea/gradle.xml | 7 + .../SE 1011/Event Handling/.idea/misc.xml | 12 + .../SE 1011/Event Handling/.idea/modules.xml | 8 + .../Event Handling/.idea/uiDesigner.xml | 125 ++++ .../SE 1011/Event Handling/.idea/vcs.xml | 7 + .../Event Handling/.idea/workspace.xml | 468 +++++++++++++ .../SE 1011/Event Handling/Event Handling.iml | 12 + .../Event Handling/sample/Controller.class | Bin 0 -> 269 bytes .../Event Handling/sample/SimpleGUI.class | Bin 0 -> 2507 bytes .../Event Handling/sample/sample.fxml | 8 + .../Event Handling/src/sample/Controller.java | 4 + .../Event Handling/src/sample/SimpleGUI.java | 34 + .../Event Handling/src/sample/sample.fxml | 8 + .../Hello World/.idea/checkstyle-idea.xml | 16 + .../SE 1011/Hello World/.idea/compiler.xml | 23 + .../Hello World/.idea/description.html | 2 + .../SE 1011/Hello World/.idea/encodings.xml | 5 + .../SE 1011/Hello World/.idea/gradle.xml | 7 + Fall 2017/SE 1011/Hello World/.idea/misc.xml | 12 + .../SE 1011/Hello World/.idea/modules.xml | 8 + .../SE 1011/Hello World/.idea/uiDesigner.xml | 125 ++++ Fall 2017/SE 1011/Hello World/.idea/vcs.xml | 7 + .../SE 1011/Hello World/.idea/workspace.xml | 515 ++++++++++++++ Fall 2017/SE 1011/Hello World/Hello World.iml | 12 + .../Hello World/sample/Controller.class | Bin 0 -> 269 bytes .../Hello World/sample/Main$1.class | Bin 0 -> 1201 bytes .../Hello World/sample/Main$2.class | Bin 0 -> 1192 bytes .../production/Hello World/sample/Main.class | Bin 0 -> 4019 bytes .../production/Hello World/sample/sample.fxml | 8 + .../Hello World/src/sample/Controller.java | 4 + .../SE 1011/Hello World/src/sample/Main.java | 110 +++ .../Hello World/src/sample/sample.fxml | 8 + .../HelloWorldSS/.idea/checkstyle-idea.xml | 16 + .../SE 1011/HelloWorldSS/.idea/compiler.xml | 23 + .../HelloWorldSS/.idea/description.html | 2 + .../SE 1011/HelloWorldSS/.idea/encodings.xml | 5 + .../SE 1011/HelloWorldSS/.idea/gradle.xml | 7 + Fall 2017/SE 1011/HelloWorldSS/.idea/misc.xml | 12 + .../SE 1011/HelloWorldSS/.idea/modules.xml | 8 + .../SE 1011/HelloWorldSS/.idea/uiDesigner.xml | 125 ++++ Fall 2017/SE 1011/HelloWorldSS/.idea/vcs.xml | 7 + .../SE 1011/HelloWorldSS/.idea/workspace.xml | 422 ++++++++++++ .../SE 1011/HelloWorldSS/HelloWorldSS.iml | 12 + Fall 2017/SE 1011/Lab5/JavaFxApplication.iml | 12 + Fall 2017/SE 1011/Lab5/Lab5.iml | 11 + Fall 2017/SE 1011/Lab5/src/barnestr/Cell.java | 205 ++++++ .../SE 1011/Lab5/src/barnestr/Controller.java | 69 ++ Fall 2017/SE 1011/Lab5/src/barnestr/Lab5.java | 37 ++ .../SE 1011/Lab5/src/barnestr/LifeGrid.java | 164 +++++ .../SE 1011/Lab5/src/barnestr/barnestr.zip | Bin 0 -> 3304 bytes Fall 2017/SE 1011/Lab5/src/barnestr/lab5.fxml | 36 + .../lab-01-arraylists-tbarnes98/.gitignore | 27 + .../lab-01-arraylists-tbarnes98/README.md | 30 + .../SE1021_checkStyle - v3.xml | 146 ++++ .../lab-01-arraylists-tbarnes98/cymbal.wav | Bin 0 -> 118200 bytes .../lab-01-arraylists-tbarnes98/cymbalRev.wav | Bin 0 -> 44 bytes .../lab-01-arraylists-tbarnes98/ominous.wav | Bin 0 -> 8058 bytes .../lab-01-arraylists-tbarnes98/src/Lab1.java | 112 ++++ .../lab-01-arraylists-tbarnes98/travis.yml | 1 + Fall 2017/SE 1011/lab-2-tbarnes98/.gitignore | 49 ++ .../lab-2-tbarnes98/.idea/checkstyle-idea.xml | 15 + .../lab-2-tbarnes98/.idea/lab-2-tbarnes98.iml | 11 + .../SE 1011/lab-2-tbarnes98/.idea/misc.xml | 6 + .../SE 1011/lab-2-tbarnes98/.idea/modules.xml | 8 + .../SE 1011/lab-2-tbarnes98/.idea/vcs.xml | 6 + Fall 2017/SE 1011/lab-2-tbarnes98/README.md | 135 ++++ .../SE 1011/lab-2-tbarnes98/out/.gitkeep | 0 .../out/production/Lab3/Lab3Console.class | Bin 0 -> 3449 bytes Fall 2017/out/production/Lab3/Lab3GUI.class | Bin 0 -> 3303 bytes Fall 2017/out/production/Lab3/wk3day3.class | Bin 0 -> 1109 bytes SE 1011 Cheat Sheet.docx | Bin 0 -> 16712 bytes SE1011 Lab Results/1011barnestrL2.htm | 89 +++ SE1011 Lab Results/1011barnestrL3 (003).htm | 319 +++++++++ SE1011 Lab Results/1011barnestrL4.htm | 116 ++++ SE1011 Lab Results/1011barnestrL5.htm | 108 +++ SE1011 Lab Results/1011barnestrL6.htm | 164 +++++ lab8.zip | Bin 0 -> 15196 bytes wk/src/practice/alphabeticalOrder.java | 23 + wk/src/practice/excercise2.java | 12 + wk/wk3day3.iml | 11 + 107 files changed, 6112 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/workspace.xml create mode 100644 Fall 2017/.idea/.name create mode 100644 Fall 2017/.idea/misc.xml create mode 100644 Fall 2017/.idea/modules.xml create mode 100644 Fall 2017/.idea/workspace.xml create mode 100644 Fall 2017/Lab3.iml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/.idea/checkstyle-idea.xml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/.idea/misc.xml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/.idea/modules.xml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/.idea/workspace.xml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/Battle Simulator 3000.iml create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/out/production/Battle Simulator 3000/barnestr/Die.class create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/out/production/Battle Simulator 3000/barnestr/Lab07.class create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/out/production/Battle Simulator 3000/barnestr/Mugwump.class create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/out/production/Battle Simulator 3000/barnestr/Warrior.class create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/src/barnestr/Die.java create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/src/barnestr/Lab07.java create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/src/barnestr/Mugwump.java create mode 100644 Fall 2017/SE 1011/Battle Simulator 3000/src/barnestr/Warrior.java create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/checkstyle-idea.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/compiler.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/description.html create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/encodings.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/gradle.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/misc.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/modules.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/uiDesigner.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/vcs.xml create mode 100644 Fall 2017/SE 1011/Event Handling/.idea/workspace.xml create mode 100644 Fall 2017/SE 1011/Event Handling/Event Handling.iml create mode 100644 Fall 2017/SE 1011/Event Handling/out/production/Event Handling/sample/Controller.class create mode 100644 Fall 2017/SE 1011/Event Handling/out/production/Event Handling/sample/SimpleGUI.class create mode 100644 Fall 2017/SE 1011/Event Handling/out/production/Event Handling/sample/sample.fxml create mode 100644 Fall 2017/SE 1011/Event Handling/src/sample/Controller.java create mode 100644 Fall 2017/SE 1011/Event Handling/src/sample/SimpleGUI.java create mode 100644 Fall 2017/SE 1011/Event Handling/src/sample/sample.fxml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/checkstyle-idea.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/compiler.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/description.html create mode 100644 Fall 2017/SE 1011/Hello World/.idea/encodings.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/gradle.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/misc.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/modules.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/uiDesigner.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/vcs.xml create mode 100644 Fall 2017/SE 1011/Hello World/.idea/workspace.xml create mode 100644 Fall 2017/SE 1011/Hello World/Hello World.iml create mode 100644 Fall 2017/SE 1011/Hello World/out/production/Hello World/sample/Controller.class create mode 100644 Fall 2017/SE 1011/Hello World/out/production/Hello World/sample/Main$1.class create mode 100644 Fall 2017/SE 1011/Hello World/out/production/Hello World/sample/Main$2.class create mode 100644 Fall 2017/SE 1011/Hello World/out/production/Hello World/sample/Main.class create mode 100644 Fall 2017/SE 1011/Hello World/out/production/Hello World/sample/sample.fxml create mode 100644 Fall 2017/SE 1011/Hello World/src/sample/Controller.java create mode 100644 Fall 2017/SE 1011/Hello World/src/sample/Main.java create mode 100644 Fall 2017/SE 1011/Hello World/src/sample/sample.fxml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/checkstyle-idea.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/compiler.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/description.html create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/encodings.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/gradle.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/misc.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/modules.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/uiDesigner.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/vcs.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/.idea/workspace.xml create mode 100644 Fall 2017/SE 1011/HelloWorldSS/HelloWorldSS.iml create mode 100644 Fall 2017/SE 1011/Lab5/JavaFxApplication.iml create mode 100644 Fall 2017/SE 1011/Lab5/Lab5.iml create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/Cell.java create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/Controller.java create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/Lab5.java create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/LifeGrid.java create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/barnestr.zip create mode 100644 Fall 2017/SE 1011/Lab5/src/barnestr/lab5.fxml create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/.gitignore create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/README.md create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/SE1021_checkStyle - v3.xml create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/cymbal.wav create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/cymbalRev.wav create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/ominous.wav create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/src/Lab1.java create mode 100644 Fall 2017/SE 1011/lab-01-arraylists-tbarnes98/travis.yml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.gitignore create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.idea/checkstyle-idea.xml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.idea/lab-2-tbarnes98.iml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.idea/misc.xml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.idea/modules.xml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/.idea/vcs.xml create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/README.md create mode 100644 Fall 2017/SE 1011/lab-2-tbarnes98/out/.gitkeep create mode 100644 Fall 2017/out/production/Lab3/Lab3Console.class create mode 100644 Fall 2017/out/production/Lab3/Lab3GUI.class create mode 100644 Fall 2017/out/production/Lab3/wk3day3.class create mode 100644 SE 1011 Cheat Sheet.docx create mode 100644 SE1011 Lab Results/1011barnestrL2.htm create mode 100644 SE1011 Lab Results/1011barnestrL3 (003).htm create mode 100644 SE1011 Lab Results/1011barnestrL4.htm create mode 100644 SE1011 Lab Results/1011barnestrL5.htm create mode 100644 SE1011 Lab Results/1011barnestrL6.htm create mode 100644 lab8.zip create mode 100644 wk/src/practice/alphabeticalOrder.java create mode 100644 wk/src/practice/excercise2.java create mode 100644 wk/wk3day3.iml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..6d8cff2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +wk3day3 \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..cb2fdb3 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..0548357 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d6daf88 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..eb57a35 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1505850119065 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/Lab3.iml b/Fall 2017/Lab3.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Fall 2017/Lab3.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Battle Simulator 3000/.idea/checkstyle-idea.xml b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..6bb19ad --- /dev/null +++ b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Battle Simulator 3000/.idea/misc.xml b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/misc.xml new file mode 100644 index 0000000..0548357 --- /dev/null +++ b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Battle Simulator 3000/.idea/modules.xml b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/modules.xml new file mode 100644 index 0000000..a4dee00 --- /dev/null +++ b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Battle Simulator 3000/.idea/workspace.xml b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/workspace.xml new file mode 100644 index 0000000..99b47a5 --- /dev/null +++ b/Fall 2017/SE 1011/Battle Simulator 3000/.idea/workspace.xml @@ -0,0 +1,628 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + localhost + 5050 + + + + + + + + 1359379246138 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Event Handling/Event Handling.iml b/Fall 2017/SE 1011/Event Handling/Event Handling.iml new file mode 100644 index 0000000..d5c0743 --- /dev/null +++ b/Fall 2017/SE 1011/Event Handling/Event Handling.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Fall 2017/SE 1011/Event Handling/out/production/Event Handling/sample/Controller.class b/Fall 2017/SE 1011/Event Handling/out/production/Event Handling/sample/Controller.class new file mode 100644 index 0000000000000000000000000000000000000000..1a0efd475a3846ad55573e2c70260ef39678d3f4 GIT binary patch literal 269 zcmZXO&5FW65QM8^el$kou20}iJ(!C(#f#u6=wTP{lQ`(en2|C1UVB>b-~;SKi5(I4 zU^f(9ReaEY_v;P77@ZI`v;wpP!~}n;3RTVswfF0h4txP-p)|pPHKdICA?8cBq>J(=7oPF=_bDsBP|NQ6qZvd|12MrUrq2UbPQ*l#6 zH*To7mBgHeIObI>B(bO=iTMjmu%=SG3Wgr zY&4{>F4Yg^V?&1ARPm99F_|)sf{I5f9xF)PupCR=RM4HC-cS%*bW2=8U(Ry)YQ0+I z-a0GVBuV95li3^0v*deA7!wuCmpY$SYc|j1ExFu%xSXX(Rc1K~PNW~_p0WnZ*vu(s z^1`#6ayH1syfXO?9-&qc_XYEWf|KdMd21&_f-)tL&%j-;c~+HqyMaW(&{1|&gy*^x zX0)v}xx=ZHUAHbW517NL(74Tt+*WWpYGk^O@LW5SlUg!UP1`cJR|tynqYW48LbwiD z9=BPwSYlH_4^x*FTs!C@$R7>;A{uXSM`Y$rVY$wd+y{Ne193+SFPkYiMkr8itkyag zE$`Mnli#uA$sKQ>$|ZRaIt)zec!D%_A_WrMPFR9i5*tby(MQTwFn5o8+^~GZcdOhG zd`B3f!h~Tm$0%~6${ed!x0&E2ODLa3eL2` zvs#VXV)Cdn^9OqxN1N3hlPVt$Idf=iG&Jz6b1XtOyr7G`Om^s4+kAVOEOPV`73P#A zHC|23=_oUUB=-VOk67O8bFt=xbfv})rHmNMoFfrnJ0_4KmAP1~Sa!+dbYYxJxAU5= zZ4;~nlAl>C`rK>CyC-M)g7Qzc0{*uVHOfk*d7EZCdJC-;pHkTD^rMdRKDb_pbJW_p zB_u+l?Y_bpdBCVhk-dFe_9X2BigcbxXcvgXd(N-8bYwl$n%*wyg`zR~d(-d1o{!V>PiElF zgYpw?y6_r36M<026z%oU0OxR?-g@vl(j<}2S7;5Le@54VvqnLHKE%);2{4Trk}H_S zg;s#S=_?^lvM2lKF6<$;vX6KnmDq#2x{qWb)w2ifdhAr};&b!@P3RYzI2QjE#|zyT z^954me?eatHfK})O$^NLBUQLCgux*U@8M()~`uYw|e8G zkvNRaG%@-I24?m#Mm?TxV*E!WXB1jxY25+dDFO>P2^Aw$*eLy<4$3$Yh6oao0eud= sgLf&xHQL9}H5?=V>$LAe7GKk + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Event Handling/src/sample/Controller.java b/Fall 2017/SE 1011/Event Handling/src/sample/Controller.java new file mode 100644 index 0000000..54e5bd1 --- /dev/null +++ b/Fall 2017/SE 1011/Event Handling/src/sample/Controller.java @@ -0,0 +1,4 @@ +package sample; + +public class Controller { +} diff --git a/Fall 2017/SE 1011/Event Handling/src/sample/SimpleGUI.java b/Fall 2017/SE 1011/Event Handling/src/sample/SimpleGUI.java new file mode 100644 index 0000000..0bba7c4 --- /dev/null +++ b/Fall 2017/SE 1011/Event Handling/src/sample/SimpleGUI.java @@ -0,0 +1,34 @@ +package sample; + +import javafx.application.Application; +import javafx.scene.Scene; +import javafx.scene.control.Button; +import javafx.scene.control.Label; +import javafx.scene.effect.BoxBlur; +import javafx.scene.layout.Pane; +import javafx.scene.layout.StackPane; +import javafx.stage.Stage; + +public class SimpleGUI extends Application { + + public static void main(String[] args) { + launch(args); + } + @Override + public void start(Stage primaryStage) { + Pane root = new StackPane(); + Label label = new Label("Here is some text that can be manipulated with the button above."); + Button clickMe = new Button("Click Me"); + clickMe.setOnAction(event -> { + if(label.getEffect()==null) { + label.setEffect(new BoxBlur()); + } else { + label.setEffect(null); + } + }); + root.getChildren().addAll(label, clickMe); + primaryStage.setTitle("Simple GUI"); + primaryStage.setScene(new Scene(root, 400, 300)); + primaryStage.show(); + } +} diff --git a/Fall 2017/SE 1011/Event Handling/src/sample/sample.fxml b/Fall 2017/SE 1011/Event Handling/src/sample/sample.fxml new file mode 100644 index 0000000..363237a --- /dev/null +++ b/Fall 2017/SE 1011/Event Handling/src/sample/sample.fxml @@ -0,0 +1,8 @@ + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Hello World/.idea/checkstyle-idea.xml b/Fall 2017/SE 1011/Hello World/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..6bb19ad --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Hello World/.idea/compiler.xml b/Fall 2017/SE 1011/Hello World/.idea/compiler.xml new file mode 100644 index 0000000..217af47 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/Fall 2017/SE 1011/Hello World/.idea/description.html b/Fall 2017/SE 1011/Hello World/.idea/description.html new file mode 100644 index 0000000..cc10d56 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/description.html @@ -0,0 +1,2 @@ +Simple JavaFX 2.0 application that includes simple .fxml file with attached controller and Main class to quick start. Artifact to build JavaFX application is provided. + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Hello World/.idea/encodings.xml b/Fall 2017/SE 1011/Hello World/.idea/encodings.xml new file mode 100644 index 0000000..e206d70 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Fall 2017/SE 1011/Hello World/.idea/gradle.xml b/Fall 2017/SE 1011/Hello World/.idea/gradle.xml new file mode 100644 index 0000000..157a0c1 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/gradle.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/Fall 2017/SE 1011/Hello World/.idea/misc.xml b/Fall 2017/SE 1011/Hello World/.idea/misc.xml new file mode 100644 index 0000000..a4e3dc8 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Hello World/.idea/modules.xml b/Fall 2017/SE 1011/Hello World/.idea/modules.xml new file mode 100644 index 0000000..0bf0b02 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Fall 2017/SE 1011/Hello World/.idea/uiDesigner.xml b/Fall 2017/SE 1011/Hello World/.idea/uiDesigner.xml new file mode 100644 index 0000000..3b00020 --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/uiDesigner.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Fall 2017/SE 1011/Hello World/.idea/vcs.xml b/Fall 2017/SE 1011/Hello World/.idea/vcs.xml new file mode 100644 index 0000000..def6a6a --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Fall 2017/SE 1011/Hello World/.idea/workspace.xml b/Fall 2017/SE 1011/Hello World/.idea/workspace.xml new file mode 100644 index 0000000..11084af --- /dev/null +++ b/Fall 2017/SE 1011/Hello World/.idea/workspace.xml @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +