Results 1 to 6 of 6
- 03-13-2011, 08:36 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
-
Please add more details regarding your problem, because as asked with the skimpy amount of information you've provided, I'm not sure that your question is answerable. For example, what do you mean by "when i run a microsoft word ".doc" file throw Java , i want the word window in left corner."? This statement doesn't make sense.
- 03-13-2011, 08:43 PM #3
Senior Member
- Join Date
- Jan 2011
- Location
- Belgrade, Serbia
- Posts
- 227
- Rep Power
- 3
I think he means through java... And he wants to place Word's window at particular position after opening it.
-
- 03-13-2011, 09:12 PM #5
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
as milovan saidJava Code:String s = "C:/X.doc"; BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); File f = new File(s); Desktop desktop = null; if (Desktop.isDesktopSupported()) desktop = Desktop.getDesktop(); desktop.open(f);
if i run this code .. the woindow will in full screen
i want the woindow of the word after the opening be in certain place ( x,y postions )
- 03-14-2011, 10:33 AM #6
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Execute external program from java
By ankitmcgill in forum New To JavaReplies: 1Last Post: 06-01-2009, 03:58 AM -
Executing an external java program
By arunsubramanian in forum Advanced JavaReplies: 5Last Post: 02-06-2009, 07:49 AM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM -
Use a external file in my program
By romina in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:28 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks