| Thread | Last Post | Replies |
|
| Currency Symbol in JTable | 02 Feb 2008 23:21 GMT | 3 |
The more I read the Java docs and google on this issue -- the more confused I am becoming. If I am setting a cell in a JTable to a certain currency,
|
| How can you make a SAX-like parser ignore char entities all together ... | 02 Feb 2008 23:19 GMT | 2 |
and just check if a document is XML-ish and well-formed, no DTDs or schemas and such stuff? ~ Thanks
|
| Storing a sound as an object | 02 Feb 2008 23:13 GMT | 5 |
I'd like to load a sound file, store the sound as an object, and then play it back at some later time. What are the classes appropriate for that scheme? I have a lot of experience programming Java, aside from audio, so really all I need is a pointer to the right approach,
|
| I don't understand enums | 02 Feb 2008 23:11 GMT | 14 |
I have some existing code that uses the classic old class Playlist { public static final int PLAYLISTTYPE_FEATURE = 1;
|
| response | 02 Feb 2008 23:08 GMT | 6 |
sent me a technical response.
|
| MVC philosopy question | 02 Feb 2008 23:06 GMT | 10 |
When you're constructing an application, do you envision the model as a persistent monolithic entity that represents the current application state? Or do you envision the model as an transient entity, related only to the current page (resulting in one model per page).
|
| Start thread in constructor | 02 Feb 2008 22:46 GMT | 4 |
In the book "Java Threads" 3rd ed. by Oaks and Wong, we find the following code example (p. 164): public class FibonacciProducer implements Runable { // <snip> declaration of queue and thr as members
|
| How to get Cell ID from J2ME location API, on modern phones! | 02 Feb 2008 22:37 GMT | 5 |
Hi all, I wanted to know how to get the Cell ID using the J2ME location API? I have found so much sites on the net bu they're all since 2005 or 2003, and none of them contains a clear example (or even basic idea) how to take the Cell ID. What I've tryed:
|
| SCJP | 02 Feb 2008 19:29 GMT | 1 |
Hi I want to know about SCJP 's credibility and whether it adds value to my 2 yrs. of IT experience in Java platform...can anybody give me information about this...
|
| AWT/Swing layout behavior? | 02 Feb 2008 10:55 GMT | 8 |
I am having trouble figuring out the right way to use the GridBagLayout class. I have some sample code (see below) that I _expected_ would take the two components added to the frame and always make them the same size, arranged
|
| Problems with Taglibs | 02 Feb 2008 04:51 GMT | 9 |
Please help me! Im so tired of having taglibs in one way or another trying to stop me doing some serious programming! I'm getting this error: javax.servlet.ServletException: javax.servlet.jsp.JspException:
|
| Question on Assigning a Wrapper Object to a primitive | 02 Feb 2008 04:41 GMT | 4 |
I'm a java noob and every book I read on the subject was very explicit on that you can't do the following: int i = new Integer(1); Since primitive types (double, float, int, etc) can not hold nor
|
| Another garbage collection question | 02 Feb 2008 02:17 GMT | 9 |
Yes, another question about garbage collection. For my game, I am trying to minimise GC as much as possible, as it induces a pause in the animation. I know I can use command line arguments to control the GC, but this game is to be launched by a double click.
|
| merging equal code (exercise in refactoring) | 02 Feb 2008 01:13 GMT | 9 |
Supersedes: <merging-20080118184357@ram.dialup.fu-berlin.de> I have made up a little exercise. I have a straightforward solution that I will post later, but not before 2008-01-19T20:00:00+01:00
|
| NetBeans, DesktopApplication (Swing) and remote connection to EJB | 01 Feb 2008 21:00 GMT | 1 |
I'm programming DesktopApplication using NetBeans. This application is connecting to remote EJB component. I'd like to manage using DesktopApplication (Swing) this remote EJB component.
|