Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmpt-370-group-project-group26
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eyan Cunningham (esc568)
cmpt-370-group-project-group26
Commits
4dd3ad05
"Java-Sql tests/.gitkeep" did not exist on "c7112fc30149f595920fba378d3edb70ad1d49ee"
Commit
4dd3ad05
authored
3 years ago
by
ArktikHunter
Browse files
Options
Downloads
Patches
Plain Diff
another test
parent
54e7c5d3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SchedulerApp/.idea/encodings.xml
+0
-1
0 additions, 1 deletion
SchedulerApp/.idea/encodings.xml
SchedulerApp/src/main/java/com/example/schedulerapp/ScheduleApp.java
+1
-1
1 addition, 1 deletion
...p/src/main/java/com/example/schedulerapp/ScheduleApp.java
with
1 addition
and
2 deletions
SchedulerApp/.idea/encodings.xml
+
0
−
1
View file @
4dd3ad05
...
...
@@ -2,6 +2,5 @@
<project
version=
"4"
>
<component
name=
"Encoding"
>
<file
url=
"file://$PROJECT_DIR$/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/src/main/resources"
charset=
"UTF-8"
/>
</component>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
SchedulerApp/src/main/java/com/example/schedulerapp/ScheduleApp.java
+
1
−
1
View file @
4dd3ad05
...
...
@@ -12,7 +12,7 @@ public class ScheduleApp extends Application {
public
void
start
(
Stage
stage
)
throws
Exception
{
// just for now, not sure if using fxml or not?
BorderPane
root
=
new
BorderPane
();
Label
hello
=
new
Label
(
"Testing :)"
);
Label
hello
=
new
Label
(
"Testing
again
:)"
);
root
.
setCenter
(
hello
);
...
...
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