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: Swing document editor

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

    Default Swing document editor

    Hello everybody,

    I'm want to write a program to design single page documents. It needs the following features:

    • Drag text and place it anywhere on the page, ideal I would like to add a 'snap to grid' option
    • Draw boxs
    • Add simple images (logos)


    I plan to do it using Swing, but I've not done anything with this since finishing Uni. Would anybody be able to give me a few tips regarding how to structure this and what swing components will be best suited for this task?

    Kind Regards,
    James


  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: Swing document editor

    Welcome to the forum! Please read this topic to learn how to post code correctly and other useful info for new members.

Similar Threads

  1. A question about NetBean editor.
    By 344a in forum Java IDEs
    Replies: 3
    Last Post: November 26th, 2013, 04:22 AM
  2. how to create java editor?
    By Renu Nataraj in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 11th, 2013, 01:56 PM
  3. eclipse visual editor
    By kafka82 in forum AWT / Java Swing
    Replies: 5
    Last Post: October 29th, 2011, 12:24 AM
  4. Primitive text editor
    By jclaxton in forum File I/O & Other I/O Streams
    Replies: 4
    Last Post: October 15th, 2011, 12:01 PM
  5. IDE (Visual Editor)
    By bbr201 in forum Java Theory & Questions
    Replies: 5
    Last Post: August 7th, 2010, 12:33 PM