Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Teleteaching Standalone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ttt
Teleteaching Standalone
Commits
3c269d81
Commit
3c269d81
authored
Apr 08, 2019
by
Dr. Michael Petter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new version
parent
ebb6feaf
Pipeline
#1723
passed with stage
in 16 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
248 deletions
+21
-248
highres/framing.svg
highres/framing.svg
+4
-4
highres/line.svg
highres/line.svg
+15
-242
java/ttt/TTT.java
java/ttt/TTT.java
+1
-1
java/ttt/player/PaintControls.java
java/ttt/player/PaintControls.java
+1
-1
No files found.
highres/framing.svg
View file @
3c269d81
...
...
@@ -130,7 +130,7 @@
pagecolor=
"#ffffff"
id=
"base"
inkscape:zoom=
"4.1321553"
inkscape:cx=
"-
10.493322
"
inkscape:cx=
"-
64.097309
"
inkscape:cy=
"50.383841"
inkscape:window-x=
"2560"
inkscape:window-y=
"0"
...
...
@@ -168,7 +168,7 @@
</ns:sfw>
<rdf:RDF><cc:Work
rdf:about=
""
><dc:format>
image/svg+xml
</dc:format><dc:type
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/><dc:title
></dc:title
></cc:Work></rdf:RDF></metadata>
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/><dc:title
/
></cc:Work></rdf:RDF></metadata>
<rect
id=
"_x3C_Sezione_x3E_"
width=
"119.84724"
...
...
@@ -2698,7 +2698,7 @@ I7BgB3PmD9bJTCbTBbNgZ/AGaISdL6Yc65x/TP+FnsAnYnOwhS8rjv8fGryapg==
height=
"56.768112"
width=
"24.000011"
id=
"rect2785"
style=
"opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:
1
;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:
4
;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform=
"rotate(90)"
/><rect
ry=
"1.2500001"
rx=
"1.2500001"
...
...
@@ -2707,5 +2707,5 @@ I7BgB3PmD9bJTCbTBbNgZ/AGaISdL6Yc65x/TP+FnsAnYnOwhS8rjv8fGryapg==
height=
"56.768112"
width=
"24.000011"
id=
"rect2785-3"
style=
"opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:
1
;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:
4
;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform=
"rotate(90)"
/></svg>
\ No newline at end of file
highres/line.svg
View file @
3c269d81
This diff is collapsed.
Click to expand it.
java/ttt/TTT.java
View file @
3c269d81
...
...
@@ -105,7 +105,7 @@ import ttt.record.LectureProfileDialog;
import
ttt.record.Recording
;
public
class
TTT
extends
JFrame
{
static
final
String
version
=
"
23.05.2018
"
;
static
final
String
version
=
"
08.04.2019
"
;
public
static
boolean
debug
=
!
true
;
public
static
boolean
verbose
=
true
;
...
...
java/ttt/player/PaintControls.java
View file @
3c269d81
...
...
@@ -266,8 +266,8 @@ public class PaintControls extends GradientPanel {
add
(
textButton
);
add
(
freeButton
);
add
(
highlightButton
);
add
(
lineButton
);
add
(
rectangleButton
);
add
(
lineButton
);
add
(
deleteButton
);
add
(
Box
.
createRigidArea
(
new
Dimension
(
0
,
10
)));
add
(
deleteAllButton
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment