| Thread | Last Post | Replies |
|
| 'screen.height' excluding browser bottom border? | 25 Feb 2006 18:54 GMT | 2 |
'screen.height' gives screen resolution. Is there a property to give 'screen.height' after subtracting the height of browser's bottom border(on which tooltips are displayed ); Thanks
|
| Undo Operation Struggle | 25 Feb 2006 18:39 GMT | 6 |
I have a JTabbedPane that contains a JTextArea as the component for each tab. Before I add the text area to the JTabbedPane I bind it to the ctr-z and ctr-y key strokes for undo and redo. I Also have 2 JButtons which I add the action for the undo and redo commands and then
|
| Understanding ByteBuffer | 25 Feb 2006 17:18 GMT | 1 |
Lets say I have created a ByteBuffer with CharsetEncoder. encode. I would like now to see the results. .array(() is NOT a toArray(). It gives you a backing array with extra stuff in it.
|
| Mac OS X LookAndFeel on Windows | 25 Feb 2006 16:33 GMT | 1 |
I'm programming on a Windows XP platform but I'm trying to use a Mac LookAndFeel. Exception first: the Win "src.zip" doesn't contain the package
|
| dataware house typical file formats and extraction api? vs java capabilities | 25 Feb 2006 16:02 GMT | 2 |
In each of the following questions, I'm looking not only for things that exists but things that are preferred by data warehouse users. 1-what is the usual approach to download data from a source like a data warehouse?
|
| extracting part of xml | 25 Feb 2006 15:52 GMT | 10 |
let's say I have the following xml file <info> <item> ............
|
| converting a int array to a byte array | 25 Feb 2006 15:38 GMT | 5 |
I need to convert an int array to a byte array. The int array is divided into elements of 8 bits long. Any code would help. Thank you
|
| Mac address discovery? | 25 Feb 2006 15:10 GMT | 1 |
I wonder how easy/difficult it would be to do a TCP/IP broadcast to the local network (192.168.*.* - 10.*.*.*) looking for a certain MAC address, and get responses back. In other words.... what would be the right approach to design a java
|
| how can i change the size and color of JFrame titlebar? | 25 Feb 2006 14:59 GMT | 1 |
|
| How to use properties files in JBoss 4.0.2? | 25 Feb 2006 14:15 GMT | 1 |
Where would I place the properties file in the classpath for the web application and how would I load it either via ResourceBundle or ClassLoader.getResource(). I'm not sure about how to go about doing this.
|
| test if obj implemenst interface (provided as interface.class) | 25 Feb 2006 12:03 GMT | 8 |
How can I test whether an Object implements a certain Interface that is provided as Interface.class? I've tried the following: ==================================== boolean test(Object interfaceObj, Object testObj) {
|
| try catch finally delicacy | 25 Feb 2006 10:37 GMT | 7 |
Everyday I learn something new about Java. Ok, maybe not everyday but frequently enough Example: public class Test {
|
| Parameters (command line, preferences, user input) | 25 Feb 2006 10:10 GMT | 1 |
I'm looking for a general way to handle a fairly large number of parameters used by a program that I can apply to future work I do. These programs are all command line programs and don't have a GUI. I started implementing this for a project I'm working on and it just
|
| INTERMEDIATE TO SENIOR LEVEL JAVA PROGRAMMER AVAILABLE | 25 Feb 2006 09:47 GMT | 1 |
Hi people, My name is Armel, and I am an experienced JAVA / C++ with more than 5 years of commercial experience. I would like to know how to get about getting a job in Canada/ USA. I am currently living in the UK and
|
| Finding Duplicate File Objects | 25 Feb 2006 09:40 GMT | 1 |
I'm rewriting my duplicate file checker program so it doesn't require recompilation every time I want to use it. (I'm basically starting over from scratch.) The problem is, I have no way to prevent a user from adding a directory
|