| First Aid (view all ...) | Last Post | Replies |
|
| ImageJ - removing white blobs of a certain size... | 02 Jul 2009 19:05 GMT | 3 |
Any know how to use the ImageJ API to remove objects of a certain size (say white objects on a black background). I would greatly appreciate any hints/comments/suggestions that you may have. Thanks in advance,
|
| JRE install fails | 01 Jul 2009 19:50 GMT | 8 |
We want to install a specific JRE version in our product. I try to use a silent install for our setup: start /w jre-6u14-windows-i586.exe /s INSTALLDIR=c:\... REBOOT=Suppress STATIC=1
|
| Capturing an exception from a thread | 01 Jul 2009 19:25 GMT | 6 |
I've created some test classes that creates an array of threads. In some cases, a thread encounters an Exception and I'm not sure how to report this exception back to the user. In my runnable class, I have a setError() and getError() methods but i'm can't seem to access them
|
|
| Databases (view all ...) | Last Post | Replies |
|
| Catalog & Schema | 02 Jul 2009 23:38 GMT | - |
Is there a way to get the current catalog and schema of a database from DatabaseMetaData (without database specific code)? Currently I use the username as catalog and schema, but this doesn't work in all cases. Thanks for all ideas
|
| Sequences & generators | 27 Jun 2009 11:13 GMT | 1 |
Is there a way to get information about sequences/generators from the java.sql.DatabaseMetaData? Some RDBMS use auto-increment columns, which I can see in getColumns(), but if I use sequences, I have to use RDBMS-specific code to get information about?
|
| Java Goldmine major update: http://javagoldmine.uuuq.com http://javagoldmine.by.ru http://tarkus01.by.ru | 26 Jun 2009 01:15 GMT | - |
Java Goldmine Collection has been significantly improved and extended. New chapters and articles added. Database related chapters precision was significantly increased. All popular databases are covered. Programmer's Goldmine collections contain precisely
|
|
| JavaBeans (view all ...) | Last Post | Replies |
|
| Java forum + article+ interview question at www.sourcecode4you.com | 22 Jun 2009 06:16 GMT | - |
Forum: http://www.sourcecode4you.com/forum/createtopic.aspx Article + interview question: http://www.sourcecode4you.com/index.aspx
|
| Buy Canadian pharmacy Viagra online, Purchase cheap Canadian pharmacy Viagra ! | 22 Jun 2009 00:57 GMT | - |
Canadian pharmacy Viagra . . _________________________________
|
| AT&T Usenet Netnews Service Shutting Down | 17 Jun 2009 15:30 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
|
| GUI (view all ...) | Last Post | Replies |
|
| Encoding icon | 03 Jul 2009 00:30 GMT | 6 |
What sort of icon would you use to represent encoding, i.e. storing 16-bit Unicode in UTF-9, ASCII, and various national 8-bit character sets?
|
| Frame packing problem with JTextArea containing wrapped text | 30 Jun 2009 08:32 GMT | 31 |
To simplify the job of presenting instructions on dialogs, I wrote a static helper function: public JComponent instructions (String string) { JTextArea ta = new JTextArea(string);
|
| Determining image bounds of image created in code | 30 Jun 2009 03:43 GMT | 7 |
I have written code which creates an image on a JPanel (inside a JFrame) and saves it as a jpeg. Each image is a different size, so I need to manually resize the JFrame to the bounds of the image before saving (else the whole image
|
|
| Java 3D (view all ...) | Last Post | Replies |
|
| AT&T Usenet Netnews Service Shutting Down | 17 Jun 2009 15:30 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
| How to use 3ds in Java ? | 10 Jun 2009 19:19 GMT | - |
HI. I'm new in 3D. I would like to know how to use 3ds in Java ? Anyone can halp me or send me lesson, tutorial or link ? Thanks :) mariuszs.szarek@qmail.com
|
| jobs in java apply your resume | 09 Jun 2009 06:20 GMT | - |
http://javastudymaterial-javastudymaterial.blogspot.com/2009/03/core-java-tm-vol ume-i-fundamentals.html
|
|
| Virtual Machine (view all ...) | Last Post | Replies |
|
| Authentication issue in JRE | 29 Jun 2009 20:29 GMT | 1 |
Hi to all, I have a web application that loads a java applet. Users get access to this application using Windows credential in a dedicated Windows domain. Home users enters the application and when the applet starts, it prompts
|
| Java forum + article+ interview question at www.sourcecode4you.com | 22 Jun 2009 06:20 GMT | - |
Forum: http://www.sourcecode4you.com/forum/createtopic.aspx Article + interview question: http://www.sourcecode4you.com/index.aspx
|
| AT&T Usenet Netnews Service Shutting Down | 17 Jun 2009 15:30 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
|
| CORBA (view all ...) | Last Post | Replies |
|
| AT&T Usenet Netnews Service Shutting Down | 17 Jun 2009 15:30 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
| org.omg.CORBA.BAD_PARAM: vmcid: 0x0 minor code: 0 completed: No | 14 Jun 2009 08:53 GMT | 1 |
I created an interface in Corba which does not recieve any parameter, just return an object: ProductArray getAllProducts() raises (ICoSignatureException); And receive:
|
| AT&T Usenet Netnews Service Shutting Down | 09 Jun 2009 00:40 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors.
|
|
| Security (view all ...) | Last Post | Replies |
|
| Reading applet memory | 02 Jul 2009 17:41 GMT | - |
I have to find some kind of 'handle' of an applet which is started in browser window. Is it possible? I need to read its memory. For exaple, let's say that there is an applet with names table, and it paints that table in its frame. I'd like to read what names are in this table ...
|
| Authentication issue in JRE | 26 Jun 2009 14:06 GMT | - |
Hi to all, I have a web application that loads a java applet. Users get access to this application using Windows credential in a dedicated Windows domain. Home users enters the application and when the applet starts, it prompts
|
| jaas getCredentials() | 25 Jun 2009 18:47 GMT | 1 |
I've read the jaas authentication and authorization tutorials. What's still not clear to me is "who" is responsible for storing credentials in the subject? Unfortunately I have not found anything explaining that.
|
|
| Tools (view all ...) | Last Post | Replies |
|
| AT&T Usenet Netnews Service Shutting Down | 17 Jun 2009 15:30 GMT | - |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
| Which is better for reporting tool: open source or charge? | 15 Jun 2009 10:39 GMT | - |
After making reports for a long time, I found something strange recently. Various reporting software vendors advertise by all means to attract users' attentions; however, programmers show great interests in Jasper Report + iReport, the representatives of free and open source Java ...
|
| jobs in java apply your resume | 14 Jun 2009 06:50 GMT | - |
http://javastudymaterial-javastudymaterial.blogspot.com/2009/06/protocol-buffer- basics-java.html http://javastudymaterial-javastudymaterial.blogspot.com/2009/03/core-java-tm-vol ume-i-fundamentals.html
|
|
| General (view all ...) | Last Post | Replies |
|
| "This" points to other object? Why? | 03 Jul 2009 01:46 GMT | 6 |
I have a strange issue.When I use "This" to output the current object, the console outputs the other object. Who can help me analyse it?Why could it happen? Please see the example below.
|
| Question about RTL, jComboBox and setComponentOrientation | 03 Jul 2009 01:17 GMT | 5 |
I try: jComboBox1.setComponentOrientation (ComponentOrientation.RIGHT_TO_LEFT); the Drop down button is indeed place on left side, but the list still
|
| ArrayList.Iterator.remove() | 03 Jul 2009 00:34 GMT | 44 |
Just noticed a 'hidden feature of Java' ;) Removing items an ArrayList (at least with an Iterator) takes ages. Better - while not obvious - solution is to create an new ArrayList with the remaining elements.
|