| Thread | Last Post | Replies |
|
| strange behavior of println() | 13 Sep 2007 20:18 GMT | 7 |
Here i wrote small code to test the different between equals and "==" public class TestString { public static void main(String[] args){ String s = "Hello World";
|
| Tomcat - One login only | 13 Sep 2007 16:38 GMT | 6 |
I'm currently trying to configure Tomcat to only allow a user to log in once. If the same user tries to log in when already logged in (from another machine for example) I want to cancel the login request and present an explanation to the user. I'm using the FORM based
|
| Execute OS command | 13 Sep 2007 16:03 GMT | 4 |
You java gurus probably hate it when a posting starts like this, but here goes anyway. Sorry, in advance! Disclaimer: I'm not a java guru. I know how to spell it and I've written some basic OO stuff. I now have a real problem that I'm trying
|
| SmartCard PKI | 13 Sep 2007 16:02 GMT | 3 |
I have OMNIKEY CardMan 3121 Smart Card Reader and a few certificates on card. I'm using it to sing and encrypt files. I would like to automate whole process and write an application that will use this SC Reader. I've found a lot of articles about JavaCard but not much about
|
| Dynamic path configuration/resolving | 13 Sep 2007 14:42 GMT | 5 |
I have a strange requirement herem, not sure if I can explain it properly, but let me try - I need to display different set of sites with dyamic paths such as - http://xyz.com/people/1234/index.do?someparams=pqr
|
| How to write the content of a Complex Java object to get rid of Cyclic and Redundant info | 13 Sep 2007 14:29 GMT | 1 |
For example: (A simple case that Two objects with parent-child relationship => 1 order has N order_allocs) Orderes ========
|
| laoding images | 13 Sep 2007 14:24 GMT | 1 |
I am having some real problems loading images in my application. I am trying to load an imange into an application so i can implement an algorithm i have writen, but when i load the image and then request the size of it i get -1, which would indicate the image has loaded
|
| shortcut defining problem in AWT | 13 Sep 2007 11:34 GMT | 3 |
I am using jdk1.5 Kit for application development. I am using AWT for gui interface making. Can you please guide me, how I can define shortcut of menu like Alt+F? I tried below statement for define shortcut of menu but it works on
|
| URL in IFRAME | 13 Sep 2007 11:18 GMT | 2 |
Let's say I have a struts action at http://xyz.com/someAction.do and this URL is referred from one IFRAME via "src" attribute of IFRAME. Is it possible for me to detect inside someAction.do which page is embedding it in an IFRAME? How can I do this?
|
| Column resizing problem in JTable | 13 Sep 2007 07:56 GMT | 2 |
I am using jdk1.5 kit for development. I developed a JFrame window which has JTable in view. JTable columns and rows created using Custom "TableModel" with the name of "InfoTableModel" extended by "AbstractTableModel". InfoTableModel contain list of data to be
|
| System icons on windows | 13 Sep 2007 07:04 GMT | 15 |
There is any way of retrieving from the system the icons associated to the windows explorer files? Example .rar extension has a nice book icon, how to retrieve this icon and use it on my application or any other file?
|
| i want a code for this defition | 13 Sep 2007 06:54 GMT | 24 |
write a java program to remove a particular character from a string that is given by user.
|
| casting from int to byte problem | 13 Sep 2007 06:49 GMT | 25 |
it looks like I have a strange problem. I have a small class with several byte 'properties' and I put a values into them from int values casting them to byte.. but for some values (like 143), casting result (with (byte)) is -113???
|
| JButton question | 13 Sep 2007 04:47 GMT | 3 |
I have a simple java gui that I wrote which adds 3 buttons and some text. It seems to work, but the buttons seem like they are all different sizes. How to I get them to be all the same size. I tried setSize(), but that did not seem to work. My code is below.
|
| Optimizations - pruning [J2ME; but I think a java programmer can answer this question too] | 13 Sep 2007 03:43 GMT | 4 |
Hello, programmers. I read an article about optimizations and the article stated that one should NOT put source into a package well that was easy enough to do. However, it also went on to suggest that one should remove third party
|