Thread: First JavaFx Launcher

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11  
    Donator


    Join Date
    Mar 2013
    Age
    24
    Posts
    1,767
    Thanks given
    335
    Thanks received
    386
    Rep Power
    318
    Quote Originally Posted by nshusa View Post
    FXML is an XML-based language that provides the structure for building a user interface separate from the application logic of your code. This separation of the presentation and application logic is attractive to web developers because they can assemble a user interface that leverages Java components without mastering the code for fetching and filling in the data
    you said that fxml provides separation between application layers as though that can't be done in just java, thats all i was correcting.

    Quote Originally Posted by nshusa View Post
    MVC is a design pattern bud. That's like saying in "traditional" Java you can write a singleton. Doesn't make any sense.
    yeah is it, your point? So you're telling me that you can't have a singleton in java?

    Quote Originally Posted by nshusa View Post
    Looks more "natural"? What is "natural" to you? XML is easy to parse and manipulate. UI can be thought of a tree structure with a bunch of nodes. Because of that XML is a perfect fit for it.
    my point exactly lmfao.

    Quote Originally Posted by nshusa View Post
    It's crap because you don't know how to use it. Try laying out components in android's UI designer and tell me its crap.
    the fxml it outputs is hard to work with, especially for more complex uis. there's a reason it was outsourced by oracle to another maintainer, ie. due to its lack of popularity and use in the industry. but sure, for simple uis, its convenient.
    Reply With Quote  
     

  2. #12  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Pavan C View Post
    you said that fxml provides separation between application layers as though that can't be done in just java, thats all i was correcting.

    yeah is it, your point? So you're telling me that you can't have a singleton in java?

    my point exactly lmfao.

    the fxml it outputs is hard to work with, especially for more complex uis. there's a reason it was outsourced by oracle to another maintainer, ie. due to its lack of popularity and use in the industry. but sure, for simple uis, its convenient.
    Quote Originally Posted by Pavan C View Post
    you said that fxml provides separation between application layers as though that can't be done in just java, thats all i was correcting.
    You're trying to correct something I didn't even say. Please go re-read.

    Quote Originally Posted by Pavan C View Post
    yeah is it, your point? So you're telling me that you can't have a singleton in java?
    my point exactly lmfao.
    Once again you need to reread. What you said was stating the obvious. "You can make an MVC in Java" no shit "You can make a singleton in java" no shit

    Quote Originally Posted by Pavan C View Post
    the fxml it outputs is hard to work with, especially for more complex uis.
    elaborate?

    Quote Originally Posted by Pavan C View Post
    there's a reason it was outsourced by oracle to another maintainer, ie. due to its lack of popularity and use in the industry.
    Do you have sources for this or are you speaking out of your ass?
    Attached image
    Reply With Quote  
     

  3. #13  
    Donator


    Join Date
    Mar 2013
    Age
    24
    Posts
    1,767
    Thanks given
    335
    Thanks received
    386
    Rep Power
    318
    Quote Originally Posted by nshusa View Post
    I would recommend using FXML because it separates implementation from design (MVC).
    Quote Originally Posted by Pavan C View Post
    not exactly true, you can still achieve mvc with traditional java + javafx. they made fxml because using a markup language to describe the way a view appears looks more "natural"
    Quote Originally Posted by nshusa View Post
    You're trying to correct something I didn't even say. Please go re-read.
    i think you need to reread, whatever though. Why make such a big biggie over who's opinion is right or wrong? ultimately i was only adding on to what you had said.
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. My very first basic launcher :)
    By MrMusti in forum Runescape
    Replies: 1
    Last Post: 12-11-2017, 02:52 PM
  2. JavaFX Launcher
    By Sub in forum Application Development
    Replies: 4
    Last Post: 10-10-2014, 10:26 PM
  3. Zyphyr's Custom Launcher [First Made]
    By Motherboard in forum Show-off
    Replies: 26
    Last Post: 03-13-2014, 08:30 AM
  4. First Client Launcher
    By InsinuateRS in forum Downloads
    Replies: 5
    Last Post: 09-21-2013, 07:55 PM
  5. First rs2 drawing!
    By Saint in forum Showcase
    Replies: 5
    Last Post: 04-02-2007, 07:21 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •