Due to a certain situation I need to look for Programming jobs that I can work remotely (within the US).
What would be the best place to find such jobs.Regular sites like Dice or Monster do n...
Hi, I am trying to install J2EE tutorial on my computer and try some examples. But when I populating the database, I got the following errors. Please help.
Thanks
Hello,
I got some applications that launch a dialog for reporting purposes.
In there I load some large pictures and/or create some large arrays.
I noticed that every time I do so my memory ...
I want to send an html page by email, so when the person on the other side opens the email he sees the page. I pasted the code and experimented, as expected I could see the code but not the pa...
Below mentioned program gives this output when run on WIndows XP
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
C...
I am wanting to test this Java tutorial on socket porgramming:
http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/socket.html
This is the code that I am using:
http://jav...
Hello experts :-)
I have an idea for a mmorpg game.
I want to create engine (similiar to the one from Diablo) for it and am thinking which programming language I should use.
I know th...
I need to figure out how to get my Timer started, and where to put the code so it doesn't complain about being called from a static (main) context.
In the code below, the ArrayList "SEGMENT...
Hi guys,
Is there a way to make a slider Biased or 'Heavy'. What i mean by this is if you move the slider nearer the left side its more accurate then as it slides to the right side it jumps u...
when i delete my project from netbeans ( but still in hard drive), I can't reopen it by open an existing project. Please give me guide. thanks.
Hi!
i'm new in developing swing applications and now i don't know how to handle my new development. My app will display a window with a JLabel, a JTextfield and a button. When user clicks o...
Hello there,
i am trying to use Jgoodies validation features in my application.i am trying to highlight the background of mandatory component. what i did was just added one line of code in ...
My requirement is at Offline user has entered some data in masters.we will provide screens to enter data.
after some time user connected to internet whatever user entered data at offline tho...
Hi Experts,
We actually store date in mm/dd/yyyy format (US) in database but the requirement is to show the dates to the users in their regional formats.
How do i achieve this? Env: Java...
I am trying to figure out a simple way to scale an image in Java, right now I have all the pixels in an array, I just need someone to explain the algorithm.
I am starting to learn Java. 5 & 6
How do you display a nane inside a box on the console screen like this:
------
Carol
...
I was wondering if it would be possible to have a group of arrays
myArray1[]
myArray2[]
myArray3[]
And use an int variable when calling them sort of like
myArrayNum[]
How would I g...
hello there,
i have written an java application using swing,sql server 2005 db.i want to know can i install it in the central office and other offices(another city) be able to connect to it...
I want to write the java wrapper for vbscritps dll. Basically i want to call the vbscripts function from java. Is there any sample code any tool which provide this.
We have this .exe compiled app at work and the programmer left us no code to look at how it's transforming our data. All we have is the app.exe and we would like to know what's in it. Is ther...
I have XML file and I want just to read from it. What is the easiest way to do it with standard Java tools. No apache.xerces, just javax.xml.*, please.
We have an application that connects to a server via a HTTP Connection.
On one particular computer cannot connect to the server using the Java code. However we can load the same URL in Inte...
I have xml request in formatted manner in a String. It is taking up a lot of space in the server logs.
like
<req>
<element1>
<element2>
...
Hi,
If I have an object that always needs synchronized access to it, can I just call synchronize() on it from anywhere and it does the job? Something like:
public class Test
{
pr...
hello there,
i have a JTable which displays data from the db. i also have a button in one of the column which will also to edit the data in that row. now my question is how can i get the pr...