| Thread | Last Post | Replies |
|
| Deriving abstract class from non-abstract class | 22 May 2005 14:26 GMT | 1 |
I wonder if this is a flaw in my design: In my program, I introduced an abstract class called VisualizationFrame which inherits from javax.swing.JInternalFrame (which itself is not abstract). The point to make it abstract was that it's supposed to be an
|
| J2ME: available memory? | 22 May 2005 12:34 GMT | 3 |
How can I determine how much memory is available (during execution of Midlets)? Regards, B
|
| J2ME vs Symbian C++ for Bluetooth apps | 22 May 2005 12:34 GMT | 3 |
I'm starting to develop a BT application and need to decide which platform to use - J2ME or Symbian C++. I wish I could use J2ME, life sure is simpler then - the thing is, I'm not sure J2ME has enough strength for my needs:
|
| TableModel | 22 May 2005 11:59 GMT | 1 |
The data for my JTable contains a Map of objects that looks something like this: Public Class MyData { ...
|
| URL image download problem | 22 May 2005 11:01 GMT | 5 |
I just created the code below to download a file from a URL. Text/HTML files work fine, but images don't show up properly in an image viewer. The weird thing is that the correct number of bytes (from the google logo) are counted. OutputStreamWriter is flushed etc.
|
| Java coding guidelines & conventions | 22 May 2005 10:44 GMT | 2 |
Found these coding guidelines for C#, HTML, Javascript, Java, HTML, PL/SQL, T-SQL, VB and VBScript. Well written and free to download. www.demachina.com/products/swat
|
| storing Milliseconds | 22 May 2005 10:26 GMT | 11 |
what java object can be used to store a timestamp with precision in milliseconds? I know java.sql.timestamp and java.sql.Date can do this, but i haveo ne question. My application is an applet. will using java.sql.timestamp
|
| Wait until Dialog closes and return value. | 22 May 2005 05:38 GMT | 2 |
I am writing a point of sale application. I would like a Tender dialog to open on top of the sale frame and then return the amount of change when its done. The sale frame will wait until it recieves the amount of change. I can't just use a JOptionDialog becuase the tender dialog
|
| awt - sizing frame container by its contents | 22 May 2005 05:31 GMT | 2 |
I need to set correct frame size by its contents (applet). I tried pack(), it shrinks frame making it too small. How to size frame by its content, or how to set preferred size ? AWT (note, AWT-only, no swing!) code:
|
| servlet running under Apache | 21 May 2005 21:23 GMT | 4 |
Hi forks, I used to have servet/jsp runing under tomcat, now I want to give a try to have them runing under apache. Following are what I have done so far.
|
| oracle.jdbc.OracleDriver vs oracle.jdbc.driver.OracleDriver | 21 May 2005 18:15 GMT | 1 |
Which should I use? Or does it not matter? oracle.jdbc.OracleDriver vs oracle.jdbc.driver.OracleDriver This is for g10 TIA
|
| RE:a problem , highlight word in the JTextPane? | 21 May 2005 15:51 GMT | 2 |
I write a piece of code to highlight word in the TextEditorPane,according to http://java.sun.com/docs/books/tutorial/uiswing/components/text.html Here is my code. ...
|
| JTable checkbox select problem | 21 May 2005 14:05 GMT | 5 |
I have a JTable in which the first column is a checkbox ( The table model getColumnClass method returns Boolean for this column ) Now, when a row gets selected, I also want the checkbox to become selected. To acieve this, I implemented the
|
| Eclipse: " A palette is not available" ? | 21 May 2005 04:50 GMT | 3 |
Hi, I have been installed the wst for Eclipse... Really I just download the entire file thats contains eclipse+wst+dependences.zip from eclipse.org. But, when I try to use the view "palette" I have de message, "A pallete
|
| Weird Eclipse Bug (?) !!! | 21 May 2005 02:43 GMT | 3 |
I am using eclipse 3.0.1 for a project and I found the following strange bug when running my programs from the eclipse environment. In some rare occasions, when calling a static method, the method is never invoked.
|