Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Coding a MVC applciaiton without a scenebuilder

  1. #1
    Junior Member
    Join Date
    Feb 2019
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Coding a MVC applciaiton without a scenebuilder

    Hello

    I am struggling to get my head about using MVC to make an application. I understand how MVC works but when looking for examples I can't find any that dont use Scenebuilders. Does anyone have suggestions or link to were I can find some examples of tutorials?

    Thanks in advance

  2. #2
    Member
    Join Date
    Apr 2014
    Posts
    93
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default Re: Coding a MVC applciaiton without a scenebuilder

    Hi,

    MVC and SceneBuilder are not related like that. SceneBuilder is just one way to build the "V" (or "View") part of an MVC architecture.

    To create a View without using SceneBuilder, have a look at GridPane, TilePane, FlowPane, BorderPane, HBox, VBox, etc. (basically most of the Pane subclasses). They each incorporate a different layout strategy to help you build UI screens "by hand."

    Hope that helps!

Similar Threads

  1. MVC Calculator:
    By jocdrew21 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 30th, 2014, 12:26 PM
  2. MVC with MouseListener
    By horvath62 in forum Java Theory & Questions
    Replies: 2
    Last Post: June 3rd, 2012, 09:26 AM
  3. Replies: 2
    Last Post: February 19th, 2012, 07:36 AM
  4. MVC
    By systech44 in forum Web Frameworks
    Replies: 1
    Last Post: December 9th, 2009, 03:46 AM

Tags for this Thread