• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

to open an exe within the internalframe

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir,

I have Frame with JMenubar,when i click "menuitem New" a new "InternalFrame" and notepad.exe will open as a seperate Enitity.But what i want is notepad.exe should open within my internal Frame not as a seperate Enitity.Any way to go for it.

Thankyou
Harikrishnan J.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You cannot open Notepad in Swing - at least not using the regular Swing API (I dont know if you can, otherwise). But if what you want to do is enter some text into a widget, you can consider using other swing widgets like JTextArea.

Sun Tutorial on using TextArea
 
Haricherrytec krishnan
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou PraveenBalaji for your Prompt Reply
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It *might* be possible using a Java - ActiveX bridge.
reply
    Bookmark Topic Watch Topic
  • New Topic