Saeed Anwar

Greenhorn
+ Follow
since Nov 17, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Saeed Anwar

Thanks a lot everybody.
15 years ago
Is there anyway to configure/pass JVM runtime variables to jar when packing a jar file?

I don't want user to type
java -Xmx512m -jar MyApplication.jar

instead, I want to pass on this info when packing jar file so that when user double clicks on MyApplication.jar JVM knows that it needs 512M of memory.

Thanks for your help.
15 years ago
Hi Vadiraj,
Thanks a lot for the help. Code you provided works fine. However, I found another way as following which does not require any awt components and also provides a way for fixing window size.


Thanks a lot for your help.
What are the APIs available for enabling licensing in Java Swing based desktop applications.

Thanks for your help.
15 years ago
How can I fix size and location (center on screen) for a swing application developed using Netbeans 6.1
This is a SingleFrameApplication.

Frame view at runtime is different than that I see in design view.

Thanks a lot for your help.