First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Cannot add Rows java.lang.ArrayIndexOutOfBoundsException: 2 >=2
hon123456 wrote: I got the following exception when I try to press Enter in the cell in order to add a row when the Enter is pressed. Sorry, I don't get an error. The cursor just moves to the next cell, that's all. ... 14 May 2010 05:09
Cannot add Rows java.lang.ArrayIndexOutOfBoundsException: 2 >= 2
I got the following exception when I try to press Enter in the cell in order to add a row when the Enter is pressed. Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 2 >= 2 at java.util.Vector.elementAt(Unknown Source) at javax.swing.table.DefaultTableModel.justifyRows(Unknown Sou... 14 May 2010 08:24
Use Processes instead of Threads for Performance
We have developed this new Parallel and Distributed Programming Framework called Korus. Extremely easy to use ( you will get started within 5 mins) and is a lot faster than conventional Threads. <a href ="http://code.google.com/p/korus" />http://code.google.com/p/ korus</a> for more details Some Interesting Fe... 14 May 2010 01:56
GUI question
hello, i have question regarding adding an additional GUI to an existing GUI. i have the following placed inside of the action listener of a button: i am trying to implement the following but all i am getting is a second blank popup window (no progress bar). this UI is popped up after i click a "go!" button... 17 May 2010 10:11
Translate between managaed java and unmanaged jvm
Hello All - When I debug .net ihave the docs and automated tool to interpret .net managed objects from unmanaged code. So when i dump a native callstack and see mscorwks.dll->CallMethDesc, i know that that is the native code used to call into the .net managed code. I can then translate mscorwks.dll->CallMethDesc t... 13 May 2010 23:45
SMIL (video+image+text) alternative for Java
Hi! I'm looking for an alternative to the SMIL presentation. Is there any? Big thanks, Lukas. ... 13 May 2010 10:27
Version problem causing issues after removal
I am working with some web based COTS product that let's us create a specific class file to add our edits into. The class file we create doesn't have to be there, but when it is the edits we have are brought in and run. The software rests on about 10 different web server boxes, for failovers and to spread out the... 13 May 2010 07:10
Unable to read after commit () with JPA
Hello everybody, I developed a CRUD application using TopLink Essentials as persistence provider. I've got the following problem: I have to save data according to the master-details scheme, but I can not read that unless restarting the application, even if they are already physically on the database before resta... 18 May 2010 19:14
Parser to read configuration file
Hi, I need to read a configuration file and create an Object Model in memory. The configuration file uses around 7-8 keywords and symbols like '(', '[', ']' and ')' and quoted strings. My question is: Should I use a simple tokenizer to parse the above file or use some kind of parser? If parser is recommende... 23 May 2010 15:45
Good REST Client
Hey guys, could someone recommend to me a good free (at least as in beer) gui or command line REST client that supports WSSE authentication for either Linux or Windows? Thanks in advance. ... 13 May 2010 02:52
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45