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

Update Finance_Hub.java #1

Merged
merged 1 commit into from
Apr 23, 2017
Merged

Update Finance_Hub.java #1

merged 1 commit into from
Apr 23, 2017

Conversation

jiajun0308
Copy link
Owner

I have added two currency options to the program which will enhance the program's features. I am looking forward to change the interface to make it more accessible through web platforms but at the moment I will stick with this first. Please review the work and check if the code I applied is appropriate.

Therefore, I slightly adjust the position of the checkbox to make sure each currency option is positioned appropriately using the (width, height) for the checkbox position and (length, height) for the checkbox size.

 dollarJCheckBox = new JCheckBox();
dollarJCheckBox.setText( "Dollar" );
dollarJCheckBox.setBounds(20,140,100,20);
contentPane.add(dollarJCheckBox);
      
yenJCheckBox = new JCheckBox();
yenJCheckBox.setText( "Yen" );
yenJCheckBox.setBounds(20,180,100,20);
contentPane.add(yenJCheckBox);

I have added two currency options to the program which will enhance the program's features. I am looking forward to change the interface to make it more accessible through web platforms but at the moment I will stick with this first. Please review the work and check if the code I applied is appropriate.
@jiajun0308 jiajun0308 merged commit fee901b into master Apr 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant