tom osayo

Greenhorn
+ Follow
since Nov 02, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by tom osayo

Thanks
Is there a way to add as popup2 as a popupmenu to popup

If so let me know
14 years ago
My code below displays only the menu item from pop2. Any idea ?

14 years ago
Hi

I would like to print labels on a preprinted forms from Java. With Java Print API I am not able to position it rightly. Is there any other way to do it in Java ?

Thanks
14 years ago
thanks. but i need to input the standard iso country code and then display the time accordingly.
Thomas
15 years ago
Thanks. ok any other country with one timezone like Germany.

Tomas
15 years ago
Hi

Below you may find a code snippet which is called from a main method where I would like to display the time as per the country code. Somehow it is displaying the current system time but not the time in USA. I am testing from Hungary.

Any solution appreciated.

Thanks
tomas

15 years ago
Hi

Thanks to all.
Yes i understand Steve your code.

Tomas
thanks everyone . let me try to do it with Semaphore.

hi

below i have the solution with wait and notify

Hello

When the method otherX.m2 from method m1 is called there arises a deadlock.

Thanks
Tomas
Hi

Below is a code where I get a deadlock. I need a solution to overcome this deadlock first with wait and notify and secondly with Semaphore. Can someone change the below code so that it runs without a deadlock.



Thanks
Tomas