Language
Any
Platform
Any
License
Any
Hi I'm tring to track my packages with my program..
I should fill a textbox called barkod with a value .. then click the button in the
website : www.ptt.gov.tr/en
Trace Registered Postal...
Hi! I'm having trouble getting the input from my JTextfields in nyskiva to the class VinylRecord and then to my ArrayList allaskivor...
I just dont know where to start (I've only put in listeners...
Hello everybody,
can anyone help me? :S
how can I get only one character from
WCHAR *str = L"string";
for example only "r", when I'm typing this
MessageBox(NULL,&str,NULL,NULL);
it gets...
Hey there,
I don't know if you just haven't put up that piece of code but, i can't see anywhere where you have set the content pane.
Try changing the getContentPane().add(layoutPanel).
And...
Hello I am working on this project : http://users.eimacs.com/eIMACSStatics/Download/APJava/Project4BJ.pdf
I am on part b step 6.
When I run the code I get an empty window. I should get this...
oh I did not use printf I couldnt get it to go. What I did was made the outcome (dailyFee) = a new variable and basically multiplied it by 100 implement math.rint and then divided that by 100 and it...
Hi All,
I want escalations mails to be sent to higher authorities after the specified duration has been exceeded.
Eg: If a client has a task to be performed in 2 hours and if it is with him for...
If you want to use your initialization only once and you are not initializing it again then better put it in constructor rather creating a setter method.
Thanks,
Devan.
I'm having difficulty getting a basic loopback socket interface working under Vista. I'm getting the same error on both sides of the transaction. On the server side, the bind fails returning an error...
Description
ResourcePathLocationType
Access restriction:
The type AudioStream is not accessible due to restriction on required library /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/rt.jar techmeet1...
Hi,
I have this class with a private integer field which I want to
initialize with a value.
Now, what is a good Object Oriented practice to initialize this field ?
This way:
public class...
Hello, I am new to java. I am having an issue with a java program that I am making. It has a try-catch loop to make sure the user inputted a number, but I cant use the string outside of the loop.t...
Rewrite the CheckingPalindrome program by passing the string as a command-line argument. Please help because i quite frankly dont understand... What parts do i have to change and where? thanks a ton...
hi friends,,,
i required a program in java to "MAKE ADDITTION WITHOUT USE OF '+' OPERATOR....."
PLZ REP ME...AS SOON AS POSSIBLE.....
AND PLZ post your E-ID ,SO I CAN CONTACT WITH U...
Hi guys, I have two classes A and B.
import java.util.Random;
public class Commander_1 extends Thread
{
private final String[] QUESTIONS =
{
"How old are you?",
"How many fitness tests...
Can you guys take a look at this code?
It's probably just a stupid mistake, but for some reason when I click but1 or "FireFox" nothing happens.
Thanks!
Also, "ActionListener" doesn't show up in...
It is always nice to see what Microsoft i saying about their API:
http://msdn.microsoft.com/en-us/library/bb774843(VS.85).aspx
There are few things about this:
1. lParam is not always pointing...
lParam);
} break;
} break;
} break;
output is always " 2292592", where index is correct, but lParam is always 2292592.
lParam values must be being added because the following...