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

Thread: Possible to have many buttons/TetxField with any shapes on web page?

  1. #1
    Junior Member
    Join Date
    Sep 2020
    Location
    Richmond, CA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Possible to have many buttons/TetxField with any shapes on web page?

    Hello Experts,
    I need to have web pages with many buttons or text fields on it. Just like to display a car park site or bus station. the routes having multiple cars (same size, always east-west direction) on it can be curves, any shapes with action listener for clicking of a car.
    I can do it with a Java desk application with JFrame, but we need web page.
    On web page, it is table, rows, columns. the GUI layout is limited. Applet can do it, however Applet seems not supported by current web browsers.

    Anybody has instruction on this issue? please forward instruction or samples. If you think it is impossible, please confirm it.
    Thanks in advance.

    Eric
    Last edited by bixiaz; September 14th, 2020 at 03:33 PM.

Similar Threads

  1. opening a new page and running a script on it, from the old page.
    By Hudsense in forum Other Programming Languages
    Replies: 1
    Last Post: September 25th, 2014, 04:44 AM
  2. opening a new page and running a script on it, from the old page.
    By Hudsense in forum What's Wrong With My Code?
    Replies: 0
    Last Post: September 25th, 2014, 03:51 AM
  3. Replies: 6
    Last Post: August 4th, 2014, 05:04 AM
  4. Showing Shapes
    By marc172 in forum AWT / Java Swing
    Replies: 1
    Last Post: January 27th, 2014, 08:27 AM
  5. Need a java code to click similar buttons on a web page
    By kalawadh in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 9th, 2013, 12:23 PM