| Thread | Last Post | Replies |
|
| Install keystroke on action without using a JMenuItem | 31 Dec 2005 23:18 GMT | 2 |
I need to install an Action with a defined accelerator key without using a corresponding JMenuItem. I've got a JButton to correspond with the accelerator key, but no Menu item. I've been looking at the code for JMenuItem and I found the code in
|
| J2ME Video Horizontal | 31 Dec 2005 19:11 GMT | 4 |
I'm trying to program a movie player that plays horizontally on the screen rather than the usual vertical. I've tried taking a continuous stream of snapshots with byte[] raw = videoControl.getSnapshot("encoding=jpeg");
|
| JList getSelectedValue returning null | 31 Dec 2005 17:11 GMT | 4 |
Can anyone tell me why a JList based on the following model returns null? Thanks! public class KeyValueListModel extends AbstractListModel {
|
| compare xml dom documents | 31 Dec 2005 15:34 GMT | 3 |
I'm looking for an infrastructure that will enable me to compare two xml dom document instances. Preferrably the infrastructure will generate a differences map between the two documents maybe based on a schema or xpaths.
|
| J2ME + MIDP 2.0 + SecureConnection (SSL) | 31 Dec 2005 14:47 GMT | 1 |
Does anyone know of any J2ME emulators supporting: J2ME + MIDP 2.0 + SecureConnection (SSL) Thanks, JG
|
| Help, where to start learning Java | 31 Dec 2005 13:48 GMT | 43 |
Hi, i have read 2 books( thinking java and how to program in java), and have general understanding of the programming language. But even after reading 2 books, i still feel it is hard to apply what i've learn, is there a program out there that makes learning/programming
|
| Making and Returning Java Byte Arrays in C++ via JNI (Help! Please!) | 31 Dec 2005 07:47 GMT | 25 |
How do you make java byte arrays, fill them with values, and return them in c++? I have no clue where to start. The JNI Tutorial a at Java's website isn't much help because it doesn't really explain how to make new jarrays. Any tips, how-tos and example code are welcome! (And
|
| How to resize a JPG image file | 31 Dec 2005 07:11 GMT | 1 |
I need to re-size a .jpg image. This is what I do: (tDim is the required new Dimension) Image newImg = javax.imageio.ImageIO.read(myFile).getScaledInstance(tDim.width,
|
| Cannot invoke commit when AutoCommit mode is set to true | 31 Dec 2005 04:58 GMT | 1 |
I have a problem connecting WebSphere Rational Application Developer through the Microsoft newest JDBC driver to SQLServer Express 2005. I'd like to use the database meta data while working
|
| Repost: RMI Conundrum | 31 Dec 2005 04:44 GMT | 4 |
I send an object over RMI // can't modify myObject here, I don't want server to see modifications. myRemoteMethod(myObject); // too late to modify myObject here, I don't want to wait for transmission
|
| OCR | 31 Dec 2005 02:36 GMT | 3 |
My brother asked me to look into making an OCR program specifically for old texts (which modern OCR programs don't read correctly). Has someone here done any OCR programming, or does someone have any hints or know of some resources that can help me get started?
|
| RMI + TomCat = Problem | 31 Dec 2005 00:42 GMT | 4 |
As I said before, http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/0a a1cbaf1c5eca75/6f16b023abc2100e#6f16b023abc2100e I'm currently developing a large application which has two main components. They communicate each other with RMI. As a logging API I'm
|
| Recommendations for displaying rows throug servlets -- like displaytag | 30 Dec 2005 21:28 GMT | 3 |
Can you please reply with components that you have used to allow for easy display and navigation of result sets from J2EE based applications? thanks
|
| Implementing FcFs queue with J2SE 5.0 | 30 Dec 2005 21:27 GMT | 4 |
J2SE 5.0 has a lot's of new classes considering multithreading. What is the best class to implement queue in FirstComesFirstServed model? Any sample code arapund? Cheers!
|
| is Java dynamically or statically typed language or both? | 30 Dec 2005 20:26 GMT | 9 |
Is it different from c++ in this regard? Thx
|