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: Java swings application to display google maps in Flat and Global mode

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java swings application to display google maps in Flat and Global mode

    Requirement for DASHBOARD component by using open source google maps in swing application.
    1. A swing component with Flat mode and Globe mode (google map)
    2. Preferably google maps only for compatibility and for light weighted application component.

    Can any one help me with this?


  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: Java swings application to display google maps in Flat and Global mode

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

    We can help you when you have code you need help with. Post your code correctly per the above link and ask specific questions. Post error messages that you need help with.

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to write a java swings application to display google maps in Flat and Global mode

    Dear Sir,

    Can any one help me to write a java swings application to display google maps in Flat and Global mode.

    The following are requirements :

    Requirement for DASHBOARD component by using open source google maps in swing application.
    1. A swing component with Flat mode and Globe mode (google map)
    2. Preferably google maps only for compatibility and for light weighted application component.

  4. #4
    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: Java swings application to display google maps in Flat and Global mode

    Threads merged.

    Please don't post duplicate topics. If you believe you posted a thread in the wrong area and would like it moved, please report the thread using the exclamation triangle at the bottom of your post and ask for it to be moved. If you're simply "bumping" the thread, a better approach is to add new details, your progress since your last post, new questions, etc.

    The lack of response to your request is primarily due to its "do it for me" nature. We can't do it for you. You need to get it started. Since you have requirements, this is probably an academic or work assignment. If you're unsure how to get started, please ask for guidance from the person who gave you the requirements or the support structure they've provided. We can help once you have some code.

    Good luck!

  5. #5
    Junior Member
    Join Date
    Jun 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java swings application to display google maps in Flat and Global mode

    Thanks GregBrannon...I will start learn and code it..If I get any code issues then will approach you

  6. #6
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Java swings application to display google maps in Flat and Global mode

    Google have Java wrappers for their maps service. This link has everything you need for the 'flat mode'. https://code.google.com/p/google-maps-java-sdk/

    For the 'Globe map' I'm guessing you want the Google earth wrappers. https://code.google.com/p/gwt-earth-3/

    Be warned though that GWT is vastly more complex than GMS.

Similar Threads

  1. help with google maps starter
    By devzero in forum Android Development
    Replies: 2
    Last Post: May 3rd, 2013, 07:37 AM
  2. Google maps v2 issues
    By justyStepi in forum Android Development
    Replies: 0
    Last Post: March 20th, 2013, 03:33 PM
  3. Google Maps
    By Jyothi in forum Other Programming Languages
    Replies: 1
    Last Post: May 14th, 2012, 07:46 AM
  4. Simple Google Maps like Image viewer in Java
    By javaguy2020 in forum What's Wrong With My Code?
    Replies: 26
    Last Post: December 7th, 2011, 11:46 PM
  5. JAVA and Google Maps
    By aussiemcgr in forum Java Theory & Questions
    Replies: 7
    Last Post: February 1st, 2011, 08:57 PM