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

Thread: searching for simple GUI and display tool for Graphs (math)

  1. #1
    Junior Member
    Join Date
    Nov 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default searching for simple GUI and display tool for Graphs (math)

    Hi,

    to start things off: I am a bloody beginner in programming, and have only a little experience in ansi C. Sadly, now I have to prgramm a little in Java - and I am not familiar with it.

    What do I have to do?
    At university I shall do some math computation in graph theory and display the resulting graph (like "en.wikipedia.org/wiki/Graph_(discrete_mathematics)") in the end.

    What do I want?
    I want a GUI which can display a graph. And when I allready have a GUI, I would like to do the input/starting screen of the program also with the GUI, so no shell input is needed.

    Concerning the graphs I am a little more picky. It shall support the following:
    - round vertices (labeled, colorable)
    - directed edges (labeled, colorable, make thicker/slimmer)
    - a tool to organize the graph to a visual appealing manner (like "minimizing overlapping edged", perfect would be some option to have it appear like a "cayley graph" of group theory ("en.wikipedia.org/wiki/Cayley_graph"), but i guess that is too much to ask for)

    In combination I would like to have a graph displayed with the option to zoom and scroll, since the grpahs may have serveral hunderd vertices.

    What do I need:
    -For GUI and Graphs I would like to have basic tools. Currently I have the feeling this "Quality of life" feature, that the graph has to be visually displayed, will eat more time then the rest of my work. If you also know of a good guide to get startet with the GUI or Graph tools that would be awesome.

    -Performance is less of my concerns. All the problems my code has to solve are so "small", they could also be brute forced. And while I would like to do some reasonable benchmarkings (vs time and vs size of problem) of my code and attempts of optimization, I guess the first step would be to get a more performance orientated presentation of a Group then a pile of objects. (If RAM runs out, performance will break apart).

    Thank you very much!

  2. #2
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    102
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: searching for simple GUI and display tool for Graphs (math)



    Java OS. NetBeans looks like this. Desktop will have only this on one computer. No windows.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: searching for simple GUI and display tool for Graphs (math)

    @Helium c2
    How does your post address the question asked by the OP?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 6
    Last Post: September 29th, 2017, 07:11 AM
  2. Replies: 1
    Last Post: September 28th, 2017, 12:35 PM
  3. [SOLVED] Won't display its Location for Linear Searching.
    By Evilreaper in forum What's Wrong With My Code?
    Replies: 10
    Last Post: November 24th, 2013, 10:41 AM
  4. Help with simple math in java
    By TheSteinSide in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 16th, 2013, 08:09 PM
  5. display the generated Math.random number
    By PsYNus in forum What's Wrong With My Code?
    Replies: 11
    Last Post: November 2nd, 2011, 10:25 AM