| Thread | Last Post | Replies |
|
| jdk 1.6 bug or feature? | 22 Jun 2008 17:15 GMT | 11 |
if I have declared public class myArgException extends Exception{ String sArgName = "", sSz = "";
|
| how to format bigdecimal corectly? | 21 Jun 2008 19:23 GMT | 4 |
I was trying to us something like "%1$g" as format long amtInCents = 1532454; java.math.BigDecimal bd = java.math.BigDecimal.valueOf(amtInCents , 2) ; String.format("%1$g", bd)
|
| ListSelectionEvent for a JList | 20 Jun 2008 22:59 GMT | 3 |
From the netbeans GUI builder, I added a "valueChanged" event: private void showGuest(javax.swing.event.ListSelectionEvent evt) {
|
| Get Mantissa and exponent from double? | 20 Jun 2008 14:28 GMT | 17 |
How do I get Mantissa and exponent from double? For eg. * If the value is 15.0E0 then I want to get mantissa =.15000, exponent = 2
|
| problem implementing table | 20 Jun 2008 13:30 GMT | 1 |
hello friends i m trying to make a game and implement it as swing application plugged into applet. the game is similar to snakes and ladders game but much more dynamic.
|
| identical JPanels, repetitive | 20 Jun 2008 11:05 GMT | 1 |
I need to make a tabbed pane with four tabs, each pane shows text and images from a List<Room> collection. I can manually create the four tabs from the netbeans GUI builder, and maybe use some copy paste so that the four tabs are similar if not
|
| JList.setModel() from NetBeans | 19 Jun 2008 19:58 GMT | 2 |
Here's what I want: public class ListSample { public static void main(String args[]) { String labels[] = { "A", "B", "C", "D","E", "F", "G", "H","I", "J" };
|
| oo vs procedural model | 18 Jun 2008 12:38 GMT | 5 |
I have been reading a bit about modeling since the discussion about best practices etc from last week and I might have made a couple of observations I would like some feedbak on. I think one of the problems I have regarding modelling etc is that I
|
| Java bug tracks | 17 Jun 2008 03:09 GMT | 3 |
Is there some website that lists bugs/security problems with current Java implementation ?
|
| lrg evisu edhardy coogi women's jeans for sale | 17 Jun 2008 02:52 GMT | 2 |
( www.G lobwholesale.com.cn ) Discount, LRG jeans, Evisu jeans, ED hardy jeans, COOGI jeans, Gino Green Global jeans, Lacoste jeans, G-star jeans, Ked Robot jeans, Red Monkey jeans, BBC jeans, Smet jeans, Seven jeans, Trun North Face
|
| Single Liked List Problem at Java Επιλογές | 16 Jun 2008 18:02 GMT | 1 |
Hi , i have faced multiple times this problem for my exams and i can't find the solution. So if anyone has any idea about the solution i would be grateful. These are both old themes of examinations and its
|
| How to listen to the JFrame size Changed events | 16 Jun 2008 16:59 GMT | 1 |
Is anyone have any idea about , when the Swing JFrame changes its size ( not minimized or maximized ) , thereafter what listener will be called by the event Dispatch thread ? What listener should I add to my JFrame and what event will be passed
|
| advise on best practices guides and projects | 15 Jun 2008 14:54 GMT | 21 |
I am having some problems with certain practical aspects of OO design and programming. A lot of the problems I have, stems from too many opinions in the literature about what is the correct way of doing things. Originally I was trained in procedural languages; assembler,
|
| Problem with equals | 13 Jun 2008 10:46 GMT | 6 |
I have an object with 1 data member: an integer. I create 2 instances of the same object with the same value for the members. For example: class myClass { int data;
|
| form conversion netbean missing | 13 Jun 2008 07:16 GMT | 1 |
I ran into some problem in designed an old form. the netean IDE 5.5 found error in loading component property [JFrame]-:jpnlContent-:jPanelStatus-:jtaStatus->document Cannot load property editor class .
|