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 6 of 6

Thread: Is it possible to create a child window in Processing?

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is it possible to create a child window in Processing?

    I implemented a program to simulate flocking behaviour of birds in processing, however i would like to analyse the scale free behaviour of the simulation. For that reason i would need to plot a graph for the analysis. I don't have a problem plotting the graph. My problem is with getting the values i need from the simulation and using them as input for my graph which is a different Processing program all together.

    Thank you for any ideas or thoughts.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Is it possible to create a child window in Processing?

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    I'm not sure I understand your question. Your use of the word "Processing", especially capitalized, is confusing. Does that word as a proper noun mean something or suggest some process or application other than the dictionary, non-proper noun version? If not, sampling the results of a simulation and plotting those results is a common way to monitor a system's performance over time. Relatively simple.

    Then, what has that to do with the title of the thread?

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is it possible to create a child window in Processing?

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  4. #4
    Junior Member
    Join Date
    Jul 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it possible to create a child window in Processing?

    Quote Originally Posted by GregBrannon View Post
    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    I'm not sure I understand your question. Your use of the word "Processing", especially capitalized, is confusing. Does that word as a proper noun mean something or suggest some process or application other than the dictionary, non-proper noun version? If not, sampling the results of a simulation and plotting those results is a common way to monitor a system's performance over time. Relatively simple.

    Then, what has that to do with the title of the thread?
    Re: Is it possible to create a child window in Processing?
    Processing is a programming language, development environment based on java used for creating graphics"https://www.processing.org". Every Processing project/sketch book creates a single interface, I want to know if its possible to embed multiple sketches in one Processing sketch.

  5. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Is it possible to create a child window in Processing?

    I gave the link a quick look, and I don't understand why you're asking the question in this forum, a Java forum. Why not ask it in the Processing forum?

    Thread moved.

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is it possible to create a child window in Processing?

    Quote Originally Posted by GregBrannon View Post
    I gave the link a quick look, and I don't understand why you're asking the question in this forum, a Java forum. Why not ask it in the Processing forum?
    To be fair, Processing is built on top of Java, and it can be used as a Java library. In fact, the solution (which I gave OP in his post to StackOverflow, and which he seems to be ignoring) is to create a Java program that spawns both Processing windows.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Create Window registry entry and get file path
    By samratsinghal in forum AWT / Java Swing
    Replies: 1
    Last Post: July 23rd, 2014, 03:04 AM
  2. Separate method to create Window
    By johnFuller001 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 16th, 2013, 02:56 AM
  3. Applet viewer window is diplaying in fron of the current window every time
    By jsreddy99 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 24th, 2013, 07:16 AM
  4. Trying to create a window...
    By Tedstriker in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 16th, 2012, 11:39 AM
  5. Replies: 2
    Last Post: October 31st, 2011, 09:19 AM