Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabbed panels #72

Merged
merged 8 commits into from Oct 4, 2019
Merged

Conversation

EugeneTeu
Copy link

GET DIS UI TO WERK

@EugeneTeu
Copy link
Author

To ease the pain of you guys trying to read my code,
can focus on the TabPanel.java class it is the controller for the TabPane in the UI.
In the controller, I access the fxml id and I set their content to the different panels
(customer, order ,schedule etc)

Right now is some dummy fields that I put inside (4 identical Person panel) to test

@zhixianggg
Copy link

It looks okay, now have to figure out how to switch the tabs

Copy link

@qiujiaaa qiujiaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its fine! Can add a note to change dummy attributes after the list panels are done. good job

@yeodonghan
Copy link

Nicely done!

@@ -160,9 +168,9 @@ private void handleExit() {
primaryStage.hide();
}

public PersonListPanel getPersonListPanel() {
/*public PersonListPanel getPersonListPanel() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to clean up commented-out lines later on.

Copy link

@zhixianggg zhixianggg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great css

@EugeneTeu EugeneTeu merged commit 2cbf7bc into AY1920S1-CS2103T-T09-4:master Oct 4, 2019
@EugeneTeu EugeneTeu modified the milestones: v1.4, v1.2 Oct 9, 2019
@EugeneTeu EugeneTeu self-assigned this Oct 9, 2019
@EugeneTeu EugeneTeu added the priority.High Must do label Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants