Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26aa084

Browse files
author
jsquared21
committed
Add Ex31_01
1 parent0f71d81 commit26aa084

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Binary file not shown.

‎Exercise_31/Exercise_31_01/Exercise31_01Client.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ public class Exercise31_01Client extends Application {
3030
publicvoidstart(StageprimaryStage) {
3131
BorderPanepane =newBorderPane();
3232

33+
// Set text feilds alignment right
3334
tfAnnualInterestRate.setAlignment(Pos.BASELINE_RIGHT);
3435
tfNumberOfYears.setAlignment(Pos.BASELINE_RIGHT);
3536
tfLoanAmount.setAlignment(Pos.BASELINE_RIGHT);
3637

38+
// GridPane to display loan information
3739
GridPanepaneForLoanInfo =newGridPane();
3840
paneForLoanInfo.add(newLabel("Annual Interest Rate"),0,0);
3941
paneForLoanInfo.add(tfAnnualInterestRate,1,0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp