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: Start page similar to Adobe Dreamweaver and MS Visual studio in Eclipse. How are projects managed in Eclipse?

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

    Default Start page similar to Adobe Dreamweaver and MS Visual studio in Eclipse. How are projects managed in Eclipse?

    Is there a way to have a start page similar to Adobe Dreamweaver and MS Visual Studio, so that when you open the program it just has a page that lists your recent files, and links to open new files? I think something like that may have appeared when I first started eclipse, but it doesn't happen anymore.

    Secondly, how are projects managed in Eclipse? Are all the projects just listed on the side?

    Thanks


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Start Page Eclispe

    Hello KillaChaos. Welcome to the Java Programming Forums.

    Is there a way to have a start page similar to Adobe Dreamweaver and MS Visual Studio, so that when you open the program it just has a page that lists your recent files, and links to open new files? I think something like that may have appeared when I first started eclipse, but it doesn't happen anymore.
    Yes this is possible. You just need to create an application with a similar GUI that loads before your main application. You could make it list all files in a given directory easily or use a JTree.

    How to Use Trees (The Java™ Tutorials > Creating a GUI with JFC/Swing > Using Swing Components)

    To open the recent files you could use a file chooser

    How to Use File Choosers (The Java™ Tutorials > Creating a GUI with JFC/Swing > Using Swing Components)


    There are several methods you could use..

    I would suggest using Netbeans to create the GUI.

    Secondly, how are projects managed in Eclipse? Are all the projects just listed on the side?
    I use the Package Explorer window on the left hand side to manage my projects. I find it very handy!! You can easily minimize it or change it's position if you wish.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Java program to open jsp page on client side instead of server side
    By khanshakil in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: July 8th, 2009, 06:26 AM
  2. How should i write and compile java with Ubuntu?
    By Talk Binary in forum Java IDEs
    Replies: 19
    Last Post: May 7th, 2009, 05:29 AM
  3. Replies: 1
    Last Post: May 7th, 2009, 04:31 AM
  4. Saving .jsp page as .pdf file while generating report for struts based web application
    By ravindra_kumar_tiwari in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: August 12th, 2008, 09:32 AM
  5. Best way to learn java for beginners
    By JavaPF in forum The Cafe
    Replies: 0
    Last Post: May 8th, 2008, 04:37 AM