Help regarding IDE creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sindhu sweet
    New Member
    • Aug 2007
    • 18

    #1

    Help regarding IDE creation

    Hi friends,

    I am developing an IDE using java...as part of my project...i am half the way(hav created menus FILE[submenus-new,open,save etc....], FONT,TEXTAREA,S CROLLBARS on both sides...)
    i need some help....can anyone refer me any site or proper links for the study materials regarding the IDE creation...

    I am mainly need need help in creating the project menu with submenus like compile,run,deb ug....


    Please help me out friends...
    Thankx in advance......
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sindhu sweet
    Hi friends,

    I am developing an IDE using java...as part of my project...i am half the way(hav created menus FILE[submenus-new,open,save etc....], FONT,TEXTAREA,S CROLLBARS on both sides...)
    i need some help....can anyone refer me any site or proper links for the study materials regarding the IDE creation...

    I am mainly need need help in creating the project menu with submenus like compile,run,deb ug....


    Please help me out friends...
    Thankx in advance......
    Sun has a comprehensive swing tutorial.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by r035198x
      Sun has a comprehensive swing tutorial.
      Yup; but it's not about those frillies; since Java 1.6 there's a JavaCompiler
      interface available. An implementation of that interfaces pokes into the real
      compiler directly. The OP should read its API documentation and forget about
      the view part of it all for a while.

      kind regards,

      Jos

      Comment

      Working...