Druvan S ... I'm trying to use Win32 API functionality through the JNI. I struggling however with getting the WIn32 handle. Aidy "Druvan S" <druvans@... ...
To those who downloaded our GYM JAVa client. we released next beta version. http://sarovar.org/projects/gym/ __________________________________ Do you Yahoo!? ...
I have several newer jar files that seem to conflict with newer jar files and are causing java runtime errors. The conflict occurs with fop.jar (part of...
Can anybody tell me where I might find some examples for Sliding window flow control used in a Client/Server respect. Thanks Janet [Non-text portions of this...
Hi, I am working on development of a java application (Swings) client in which, i need to implement dynamically changing tabs. Inside each tab , there will be...
I have a package that i am trying to use to run a simple input/ output program called 'parport', but whenever i try to compile a file that uses parport, it...
Hi guys, I'm finishing up a shorthand system using java. Everything works great with the textAreaName.replaceRange command except puncuations like"." and ","....
... at Swing book on http://www.oreilly.com/. No no, sliding window flow control is a mechanism used in TCP/IP. Did you try Google? I suggest doing so....
Hi all, I am newbie in java...I want to do intersection and union set program...I have a set data in list like [ [abc] [ac] [abc] [b] [a] ] For the first three...
try box or gridbag layout, if you have a visual editor gridbag is easy ... __________________________________ Do you Yahoo!? Get better spam protection with...
Without checking your code too closely it looks as though you are changing inter as you work through the loop. I.e. by the time you get to [b] it probably...
hi all i, myself Sejal new member of ur group. i am learning EJB. but i have one prob. does any one know how to run EJB?? since i am getting some error in...
Image img = kit.getImage("icon.gif"); // kit is a Toolkit object seticonImage(img); if i write this on a Jframe, an icon comes at the top-left corner of the...
Is there any-way of closing internet explorer through Java code? Aidy ... This message and any attachment are confidential and may be privileged or otherwise...
This error was generated after I downloaded j2sdk1.4.2_03 and ran the java compiler on the demo samples files. The *.jar and *.html demos worked fine. Any...
hi, iam final year BE student doing a project in j2ee arena.my project is "online auction house". i will be great full if u can guide me as per framework and ...
In my GYM! , I use the following code to load icons /** * loadEmoticon method comment. */ public javax.swing.Icon loadEmoticon(int icon) { return new...
Just a suggestion. Can u use "rundll32" to make it work ? I have seen developers use "rundll32" to open IE from java code. Here's a link on rundll commands ...
On Tue, 02 Mar 2004 19:55:34 -0000 ... you want $ javac demo.java $ java demo Ensure the file you are trying to run has a main(), and try appletviewer demo...
On Tue, 2 Mar 2004 14:14:34 -0800 (PST) ... You can spawn a browser window without using rundll. however, the AP is after a method of killing a process, which...
I was thinking there should be a way, Taskmanage is able to kill an application. if you could find out how it does that, you cld simulate it. I agree it is not...
Dear user, the management of Yahoogroups.com mailing system wants to let you know that, Our antivirus software has detected a large ammount of viruses...
Hi, I have a special requirement here, how can I create a symbolic link from a stand-alone java program? I know I can create file, remove file, make a new...
"You supply the icon.gif " -----what do you mean?look the code, i have not specified the path of any icon in my hard-disk. still it loads!! this icon is a cup...