I have an asp web application where I use radio buttons to get user input by making a selection using said buttons. The user has a limited time to make a selection and now some are complaining the...
I'm trying to use a GridView that is bounded to a dataset as when a row is clicked, an event (or postback?) is fired. When fired, I want some data associated...
So my problem is, this code doesn't display like I think it should while using FireFox. For some reason, the alignment is off (to the left) and when I try to add (aligm="center"/style="left:300px")...
I'm writing a java application which uses a JTable, but the issue I'm having when I run it, the column names do not appear. I'm configured Eclipse to compile as a Java 1.5 code successfully, but...
After some time off, I came back to my problem and found a solution. Taken from exampledepot.com, I created a class that overrid only two methods to edit the cell editor of my jtable. Using this...
I'm using a JTable in an application in which I changed the font of the text written inside the cells and header. My problem, during the 'editing' process of each cell (when the user...
ok.. let me step back for a second. this was no means, meant to dumb people down, that was not my intention. I quite understand that posting in one post is more efficient than posting in two. I...
not being offensive, but my question wasn't even asked yet. I'm feeling the readers to see if they even heard of the application. If you never heard of it, or haven' t dealt, then no need to...
I just moved my jar in different directories and I'm seeing the same thing. Once more, the image only shows when I run it from within Eclipse. Is this the same for you?
I wonder if running my jar executable through a 3rd party is causing my errors on my mobile device. The application is called Mysaifu JVM. Can you recommend another JRE I can use for Windows Mobile...
yea man, I came across getScreenSize() already. What gets me, when I run the app on my local computer, it seems to grow just as big as my widescreen monitor, no problem. But when I...
I have a mobile device running WM 5, and have successfully ported over a java application (.jar) which ran. To my dismay, I am not seeing the full application due to the physical size and lack of...
I was trying to import a package so that I can save my DOM object to an XML file. The example I found imported org.apache.xml.serialize.XMLSerializer. To my dismay, it wasn't built-in to my project...
... the text at Sun for me isn't that well explained. I did look throughout and still didn't get a good feeling after reading/trying it. Like, is the document saying I shouldn't manually code by...