Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tasty Pages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SE2 Projekt
Tasty Pages
Commits
0bac5780
Commit
0bac5780
authored
1 year ago
by
Blersch Lara
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
35fc42cf
ea27adde
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
UML/TastyPages_Use-case_Class_Diagram6.drawio
+869
-0
869 additions, 0 deletions
UML/TastyPages_Use-case_Class_Diagram6.drawio
src/main/java/mi/hdm/GUIDriver.java
+3
-3
3 additions, 3 deletions
src/main/java/mi/hdm/GUIDriver.java
with
872 additions
and
3 deletions
UML/TastyPages_Use-case_Class_Diagram6.drawio
0 → 100644
+
869
−
0
View file @
0bac5780
This diff is collapsed.
Click to expand it.
src/main/java/mi/hdm/G
uiControll
er.java
→
src/main/java/mi/hdm/G
UIDriv
er.java
+
3
−
3
View file @
0bac5780
...
...
@@ -12,8 +12,8 @@ import org.apache.logging.log4j.Logger;
import
java.io.InputStream
;
public
class
G
uiControll
er
extends
Application
{
private
final
static
Logger
log
=
LogManager
.
getLogger
(
G
uiControll
er
.
class
);
public
class
G
UIDriv
er
extends
Application
{
private
final
static
Logger
log
=
LogManager
.
getLogger
(
G
UIDriv
er
.
class
);
private
final
static
View
STARTUP_VIEW
=
View
.
MAIN
;
private
final
static
String
PATH_TO_ICON
=
"/images/Tasty_Pages_Icon.png"
;
...
...
@@ -40,7 +40,7 @@ public class GuiController extends Application {
@Override
public
void
start
(
Stage
stage
)
throws
Exception
{
G
uiControll
er
.
stage
=
stage
;
G
UIDriv
er
.
stage
=
stage
;
Parent
parent
=
STARTUP_VIEW
.
getScene
();
final
Scene
scene
=
new
Scene
(
parent
,
1400
,
800
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment