| Thread | Last Post | Replies |
|
| What happened to A.T.? | 29 Jun 2008 19:40 GMT | 10 |
What happend to Andrew Thompson and his sites?: http://www.physci.org/ http://www.athompson.info/andrew/ They seem to be nonexistant these days.
|
| KeyLogger ...! | 29 Jun 2008 19:37 GMT | 32 |
I would like to know if it is possible to make a keylogger with JAVA or not ? and if yes , how ... ( code ) ? thanks
|
| Runs in Eclipse but not from command line | 29 Jun 2008 19:18 GMT | 16 |
I have built an application in Eclipse which goes through some JARs, retrieves the classes within them and introspects the classes to get more detailed info from them. I was getting NoClassDefFoundError issues when I tried to introspect some of
|
| How to use java to convert pcm format into wav? | 29 Jun 2008 19:13 GMT | 5 |
How to use java to convert pcm format into wav?
|
| Change Wallpaper In Linux Using Java | 29 Jun 2008 18:58 GMT | 18 |
Warning: Newbie I am trying to get familiar with Java as a desktop application development tool. I wrote a small application that allows the user to select a set of images (bitmaps and jpegs), order them, set the
|
| MAKE THOUSANDS INSTANTLY WITH A FREE PAYPAL $$$$ | 29 Jun 2008 18:00 GMT | 2 |
MAKE THOUSANDS OF DOLLARS IN A FEW HOURS WITH ONLY A $6 INVESTMENT....... mariedege@gmail.com (updated on 6/11/2008) THE PAYPAL 6 DOLLAR MONEY-MAKING METHOD AS SEEN ON OPRAH EARN HUGE $$$$ $$$$
|
| SPRY Collapsible Panels via Dreamweaver CS3 | 29 Jun 2008 17:46 GMT | 2 |
I have a website with several Spry Collapsible Panels on each page. I am trying to devise a way to have all the panels open before printing. I believe I will need to use some kind of JavaScript to open all the panels with a delay and then trigger a print function. Does anyone
|
| opening PDF file under XP works but not under Vista | 29 Jun 2008 17:41 GMT | 12 |
I try to open a self generated PDF file (using iText) with: public static void OpenPDF(String PDFName) throws Exception { Process p = Runtime.getRuntime()
|
| varibles of class type | 29 Jun 2008 17:39 GMT | 2 |
when we create an object of class type, memory is allocated in the heap dynamically and a reference is passed to the class variable. 1>where is that variable created ??What is the scope of that variable ???
|
| Using File Chooser Under NetBeans | 29 Jun 2008 17:36 GMT | 8 |
Can somebody tell me what I'm doing wrong, because I can't get the file chooser to work under NetBeans? I've managed to get it to display the file chooser and allow the selection of a file, but I can't figure out how to insert the open file code into the method that's executed ...
|
| Make $800,000 through Paypal in 30 days! | 29 Jun 2008 17:25 GMT | 2 |
PAYPAL's TURN $6 INTO THOUSANDS IN ONLY 30 DAYS HERE'S HOW! You may have seen or heard about this project on programs like 20/20 and Oprah, or you may have read about it in the Wall Street Journal.
|
| jsp: listener on session close | 29 Jun 2008 16:15 GMT | 7 |
I developed a monitoring for my web programm, which shows, which users are online. For that reason, if I log in or log out, an entry is made into and deleted from the database. But if the session expires, it should also delete the corresponding entry from the database.
|
| backgrounds on png pix | 29 Jun 2008 15:59 GMT | 2 |
I am coding a tabbed window using java/swing Why is it that some png pictures somehow blend their backgrounds with their surroundings' and some other don't? Take a look at both examples
|
| Animated GIF display in JFrame vs. JApplet | 29 Jun 2008 08:03 GMT | 18 |
I have an animated GIF which I would like to display in all its animated glory in a JFrame based application and in a JApplet. The GIF animates when displayed in the JFrame by using the paintIcon() method of ImageIcon but the same code only displays a static icon in the applet.
|
| showing reports created in an applet | 29 Jun 2008 07:27 GMT | 11 |
I want to build a report in a String in an applet then display that string in a browser window without writing a file to disk. Any suggestions?
|