Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zippy007

    Setting events for a whole frame

    I wonder if it is possible to define a MouseListener on an Internal Frame (MousePressed Event) so the Listener will be applyed on all the frames children. What I have is an General Internal Frame (which will be extended by all my internal frames). My problem setting the mouse listener on it is...
  2. zippy007

    open a file in an external default program

    Ok... had to stop working on this for a while, now I'm back to it... I wish to try to use the JConfig sources, but can someone tell me where I can easily find the packages needed to compile the JConfig sources? (like com.apple.cocoa.foundation, com.apple.mrj.macos.carbon) I don't seem to be...
  3. zippy007

    open a file in an external default program

    This does not work... I have also tried this : Runtime.getRuntime().exec("start myFile.html"); that does not work either... The start command is ok for the dos, but win 2000 does not seem to want it. Executing your code lines, I go this : java.io.IOException: CreateProcess...
  4. zippy007

    open a file in an external default program

    Alright... this is what I wish to do, coding in java : I work with html, pdf, ... files in my java program and I wish to be able, within the program, to open those files launching the default external program defined by the user in his operation system (like for exemple nescape or iexplorer to...

Part and Inventory Search

Back
Top