🔒 Closed Sneak peek - java user interface using javafx + fxml

Status
Not open for further replies.

codyscott

Honorary Poster
Mga 'tol, ito ay isang sneak peek on how to create a more MODERN user interface in Java.
Bale, nagmula ito sa concept na MVC (Model - View - Controller)

MVC ay ibig sabihin, hiwalay ang data (M), hiwalay din ang view (V) or user interface, and meron hiwalay na controller (business logic or this is where you code your functions/methods).

M for Model (or data)
V for View (or user interface)
C for Controller (or business logic, methods/functions)

BUT for now, just create this simple user interface and pag-aralan. I will create short tutorials later para ipakita kung paano gumagana ang MVC concept.

Requirements: On eclipse or netbeans, make sure na naka install ang JavaFX. Once na naka install ang JavaFX...you go, FILE.....NEW PROJECT....JavaFX.....and choose JavaFX FXML Application.
Automatic magke-create siya ng 3 files....
 

Attachments

  • sneak-peek2.webp
    sneak-peek2.webp
    76.6 KB · Views: 31
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 322
    Views
  • 2
    Participants
Last reply from:
mixyespitlick

Trending Topics

Online now

Members online
1,186
Guests online
3,710
Total visitors
4,896

Forum statistics

Threads
2,306,676
Posts
29,173,473
Members
1,193,990
Latest member
shavu
Back
Top