| Thread | Last Post | Replies |
|
| @SuppressWarnings("unchecked") not working | 19 Jul 2005 18:27 GMT | 4 |
According to the docs, I thought I could get rid of those warning: [unchecked] unchecked conversion at well defined places. I am using build 1.5.0_04-b05 which seems to be the most recent one. I am using
|
| hi, i am new here. | 19 Jul 2005 18:16 GMT | 1 |
this is just to inform you all that i just joined this group,i am looking forward to learning java.
|
| Speeding up the loading of a JComboBox | 19 Jul 2005 18:12 GMT | 7 |
I have seen various discussion entries about the poor performance of the JComboBox additem method when there are a large number of items in the control. The proposed route to improvement is invariably to use a
|
| Xah's edu corner: on Microsoft hatred | 19 Jul 2005 17:44 GMT | 9 |
Dear Joe, It is well known that you are an avid hater of Microsoft, from their technologies to their leader to their business practices. I have now and then seen your impassioned expression of this hatred, scattered
|
| Setting insets for a contentPane? | 19 Jul 2005 17:17 GMT | 2 |
I want to add a JPanel that has a border to a JFrame. Here's what I did: public class Test2 extends JFrame { ...
|
| chatterbot in java | 19 Jul 2005 16:52 GMT | 3 |
I'm trying to find tutorials - how to create simple chatterbot in JAVA. Can anyone tell mi where can I find any - or examples of source code on the internet? Maybe good book - but mostly about chatterbot ?? Subject is very interesting I've read a lot about it but I need more
|
| source code analysis/code coverage tool experience | 19 Jul 2005 16:02 GMT | 2 |
I am wondering if anyone has any experience, can recommend, any open source public licensed source code analysis and code coverage tools, such as PMD, jester and jlint. For both, I am interested in how well they seemed to work, how well
|
| Testing Swing GUIs | 19 Jul 2005 15:50 GMT | 4 |
What are some ways to unit test a GUI application. For example, I have an application that is driven by the interface, meaning all the logic is in the widgets. I am not used to GUI development. The only way I can think of testing the system is by looking at it and seeing if
|
| GridbagLayout basics | 19 Jul 2005 15:29 GMT | 4 |
I want to get the following arrangment of buttons: # button 0 # # button 1 ## button 2# but I'm getting this instead:
|
| Cool compiler error message with generics | 19 Jul 2005 13:50 GMT | 2 |
import java.util.*; public class Bla<T> { private List<T>[] ary = new ArrayList[10]; private class InnerClass<T> {
|
| how to trust a midlet | 19 Jul 2005 12:32 GMT | 1 |
I developed a MIDlet that makes use of the IP network. Every time it access the network I have to confirm that the MIDlet is allowed to use the network. How can I trust the MIDlet that it is always allowed to access the
|
| Where to save files from a signed Applet | 19 Jul 2005 10:49 GMT | 5 |
I have an applet and I will be asking the user to allow it to write to their computer. This is more to store files so that they will not have to download the same files everytime the visit. The user base is very small at this time (6 people).
|
| To create a custom event or to use PropertyChangeEvent | 19 Jul 2005 09:50 GMT | 1 |
I have a close and open method in a class containing fireCloseEvent() and fireOpenEvent() respectively to fire a custom event. What if in order not to create a custom event, I do it such that I create a 'state' class variable and change the state when it is closed
|
| [J2EE] RequestDispatcher.include problem | 19 Jul 2005 08:55 GMT | 6 |
I have an application where the servlets generate XML and their output goes through an XSLT filter. This all works fine, except when I try to use RequestDispatcher's include() method to paste in some external content. Whenever I try to do this, the XS:T filter bombs out with
|
| missing system properties | 19 Jul 2005 08:22 GMT | 1 |
System properties "user.region" and "user.timezone" have been quietly dropped from the documentation and the system properties list. Any word on why?
|