| Thread | Last Post | Replies |
|
| Accessing shadowed members of an enclosing class | 15 Oct 2005 22:36 GMT | 3 |
I was just wondering if it is possible to access shadowed variables from within an inner class. Example: public class Outer { public int a;//#1
|
| newbie: j2me - accessing resources in midlet | 15 Oct 2005 16:09 GMT | 9 |
midp 2.0 J2ME Wireless Toolkit 2.2 JDK 5 I've created a midlet using KToolbar, and placed a .png image in the <midlet
|
| JR JAVA PROGRAMMER/ AVAILABLE NOW/ IN | 15 Oct 2005 15:41 GMT | 1 |
AIM EXECUTIVE tgugger@aimexec.com 419-255-1900 ...
|
| Generador de Aplicaciones Multiusuario | 15 Oct 2005 13:43 GMT | 1 |
Quisiera comentarles sobre una herramienta que permite desarrollar completas aplicaciones con el minimo de programacion, ideal para empresas que deciden diseñar su propio software a medida rapidamente, o migrar su viejo soft en DOS a Win 2000 o xp, la misma se puede ver y
|
| JWS/JOGL test.. | 15 Oct 2005 11:02 GMT | 21 |
I am attempting to launch previews of JOGL[1] based Saverbeans[2] screensavers. A test on one of them has returned mixed results and I would appreciate further test results.
|
| recursive function | 15 Oct 2005 08:38 GMT | 13 |
how can i make the recursive function to access each array and generate the following result? A 0, 1 B 0,1,1
|
| passing of short messages in RSA | 15 Oct 2005 04:38 GMT | 2 |
Is RSA algorithm meant for passing short messages only? if so, How would you say that the message is short or long? i rily nid help..i need supporting documents about this.. this would help me for my thesis..please............... ......... thanks!!
|
| Heaps | 15 Oct 2005 04:31 GMT | 6 |
I have a quesiton if someone can help me out here i will great appreciate it. I am trying to use heaps for implementation of Priority Queues. I wanna know what should i import in order for the Heaps to work?? Thank you so much guys :)
|
| jtable add row | 15 Oct 2005 03:19 GMT | 2 |
Hi all and thanks for any help. I have a jtable in whch I wish to add a row, the constuctor is like this: class MyTableModel extends AbstractTableModel { String[] columnNames = {"Nom. dia.","Dia. (in)",
|
| DatagramSocket.receive waits forever (despite 3 second SoTimeout)! | 15 Oct 2005 01:20 GMT | 1 |
Thanks in advance for your help. I am curious if anyone has ever encountered a situation where a receive call on a UDP client socket waits for ever, despite having a soTimeout of 3 seconds. The application contains many sender threads which each create a
|
| trouble using java.util.ZipFile | 15 Oct 2005 00:53 GMT | 7 |
I recently attempted to use java.util.ZipFile to open a zipfile (not created by me). I can open files created on various UNIX platforms but have trouble open a file created on Windows. I believe the problem is that the format for the Windows ZIP file is
|
| Java Bytes | 15 Oct 2005 00:33 GMT | 4 |
Consider the below program public class ByteTest { public void ByteTest1()
|
| Decrypting DES encrypted text data from C/C++ using libcrypto (openssl) | 15 Oct 2005 00:32 GMT | 1 |
I have java cryptography initialised as follows, and have written the crude C/C++ test case attached below to try and decrypt a file I am writing from Java. The gives only garbage output when trying to decrypt the encrypted file
|
| illegal start of expression error | 15 Oct 2005 00:29 GMT | 3 |
I'm fairly new to java, so I don't even know if what I'm trying to do is possible, but I keep getting this "illegal start of expression" error whenever I try to compile this segment of code. public void actionPerformed(ActionEvent a) {
|
| jtable change values problem | 14 Oct 2005 19:15 GMT | 8 |
Hello All, and thanks for any help. I have a jTable that is populated with an array of strings. During the course of the program these values get changed depending on the selection of a jcombobox. What I have noticed is that I am unable to set the initial
|