JInternalFrame setDefaultCloseOperation

2001-09-29 Thread Matt Fair
Hello, I don't think the setDefaultCloseOperation works correctly. What I want to do is when I click on the 'X' in the right corner of the window, that it just hides. I have tried HIDE_ON_CLOSE and that doesn't work, and I have also written my own close operations by setting DO_NOTHING_ON_CLOSE

JInternalFrame setDefaultCloseOperation

2001-09-29 Thread Matt Fair
Hello, I don't think the setDefaultCloseOperation works correctly. What I want to do is when I click on the 'X' in the right corner of the window, that it just hides. I have tried HIDE_ON_CLOSE and that doesn't work, and I have also written my own close operations by setting DO_NOTHING_ON_CLO

Re: java kivio

2001-07-26 Thread Matt Fair
I would like to have the drag and drop editor functions of kivio in an application I am making, is there anything like this out there? Matt On Thursday 26 July 2001 13:37, Matt Fair wrote: > Does anyone know if there is an open source project developing an editor, > like that in Kivio i

Re: java kivio

2001-07-26 Thread Matt Fair
I would like to have the drag and drop editor functions of kivio in an application I am making, is there anything like this out there? Matt On Thursday 26 July 2001 13:37, Matt Fair wrote: > Does anyone know if there is an open source project developing an editor, > like that in Kivio i

java kivio

2001-07-26 Thread Matt Fair
Does anyone know if there is an open source project developing an editor, like that in Kivio in JAVA? If not, would there be a way for me to use the Kivio source in JAVA, or would I just have to port it over? Thanks, Matt

java kivio

2001-07-26 Thread Matt Fair
Does anyone know if there is an open source project developing an editor, like that in Kivio in JAVA? If not, would there be a way for me to use the Kivio source in JAVA, or would I just have to port it over? Thanks, Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

java Makefile

2001-06-16 Thread Matt Fair
Is there a good way to create a good Makefile for JAVA projects? Right now all I am doing is in my Makefile I have: javac $(find . -name \*.java) This does the trick, but all it does is when I call Makefile is go through all my java files and compiles them. Is there a way to check dependencies and

java Makefile

2001-06-16 Thread Matt Fair
Is there a good way to create a good Makefile for JAVA projects? Right now all I am doing is in my Makefile I have: javac $(find . -name \*.java) This does the trick, but all it does is when I call Makefile is go through all my java files and compiles them. Is there a way to check dependencies an