Javed Akhtar

Greenhorn
+ Follow
since Dec 20, 2000
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 Javed Akhtar

Hello Newaz,
Basically I am developing a java application as a front-end.I am using a .gif file in which there are diff text.When I click on these text it fires an event,and perform its respective work ie respectve area works as button.I want to change these text at runtime ie user can change text in application.
For these purpose i need above help.Kindly think over this problem and help me.
Thanks. Awaiting your reply.
Javed

23 years ago
I'm using InstallShield Multiple Platform installer for preparing installation
set up of my java application.It builts the set up properly but whenever
i run the set up it gives me runtime error of Java Virtual Machine not being
resolved.
I have tried both options of providing JVM.One with JVM Resolution of
InstallShield Multiple Platform and other JVM of my local machine.
But in both cases same error comes.
thanking you in advance
javed
23 years ago
I'm using InstallShield Multiple Platform installer for preparing installation
set up of my java application.It builts the set up properly but whenever
i run the set up it gives me runtime error of Java Virtual Machine not being
resolved.
I have tried both options of providing JVM.One with JVM Resolution of
InstallShield Multiple Platform and other JVM of my local machine.
But in both cases same error comes.
23 years ago
Mr. Newaz,
Thanks for your response.But sorry it does'n help me.
My first requirment is I have to display image in a frame ie in a application not in applet,so it can't support getGraphics()
as you explain above.I am repeating my problem below kindly try
to solve it.
Problem:
I have to display an image in a Standalone application
say a frame.After a click event I wants to change a text (which is already in image).For example in image a text "Java" is
presents and I wants to change it to "Welcome to Java's world".
It means that I am playing with a gif file which is saved in Harddisk.Kindly help me how to do it.
Next I wants to adjust size of image according to size of frame,ie for a frame of 300*300 should display complete image
and it should display completely in a frame of 800*600
means my application should adjust size of image according to size of frame.
Kindly try to help for both problem.
Thanks
Javed
23 years ago
Hello Sean,
Thanks for reply.But it doesn't solve my problem as
Image image = getImage( getCodeBase(), "myImage.gif");
Graphics imageG = image.getGraphics();
imageG.getGraphics(),posible only when when I use
createImage(w,h)method.But I am already having gif file in which
there is a text and I have to change that text after certain actionevent.Kindly try help me .
Thanks
Javed
23 years ago
Hello Everybody,
I am having a java application,which has two buttons viz "RUN" and "Stop".When I click Run-button it opens a site
say http://www.hotmail.com in IE as I am running IEs exe
with statement
Runtime runtime = Runtime.getRuntime();
runtime.exec("explorer http://www.hotmail.com");
It works fine. But How to solve following problems
1. I want to stop same exe when I click button "Stop".How to do it ?
2. I want complete address which is displayed in IE after it opens the respective site.For Example When I open hotmail site
as shown above,it opens a login page and in IEs' addressbar it displays address http://lc3.law5.hotmail.passport.com/cgi-bin/login
(If you simply type http://www.hotmail.com, you can see above address in addressbar when it opens a login page)
and I wants to access these(new) address in my java application.
How to do it?
Kindly help me regarding above two problems as early as posible.
Kindly help me as early as posible.
Thanks
Javed
23 years ago
Hello Everybody,
I am having a java application,which has two buttons viz "RUN" and "Stop".When I click Run-button it opens a site
say http://www.hotmail.com in IE as I am running IEs exe
with statement
Runtime runtime = Runtime.getRuntime();
runtime.exec("explorer http://www.hotmail.com");
It works fine. But How to solve following problems
1. I want to stop same exe when I click button "Stop".How to do it ?
2. I want complete address which is displayed in IE after it opens the respective site.For Example When I open hotmail site
as shown above,it opens a login page and in IEs' addressbar it displays address http://lc3.law5.hotmail.passport.com/cgi-bin/login
(If you simply type http://www.hotmail.com, you can see above address in addressbar when it opens a login page)
and I wants to access these address in my java application.
How to do it?
Kindly help me regarding above two problems as early as posible.
Kindly help me as early as posible.
Thanks
Javed
23 years ago
Hello Everybody,
I am having a java application,which has two buttons viz "RUN" and "Stop".When I click Run-button it opens a site
say http://www.hotmail.com in IE as I am running IEs exe
with statement
Runtime runtime = Runtime.getRuntime();
runtime.exec("explorer http://www.hotmail.com");
It works fine. But How to solve following problems
1. I want to stop same exe when I click button "Stop".How to do it ?
2. I want complete address which is displayed in IE after it opens the respective site.For Example When I open hotmail site
as shown above,it opens a login page and in IEs' addressbar it displays address
http://lc3.law5.hotmail.passport.com/cgi-bin/login
(If you simply type http://www.hotmail.com, you can see above address in addressbar when it opens a login page)
and I wants to access these address in my java application.
How to do it?
Kindly help me regarding above two problems as early as posible.
Kindly help me as early as posible.
Thanks
Javed
23 years ago
Hello,
I have a problem in renaming elements in a list also.
can anybody help me for the same
Thanks
Javed
23 years ago
Hello Everybody,
I'm making new files in my system through my java application
but I'm not able to delete or rename those files from my application
Thanking you,
Javed
23 years ago
Hello Raghu,
Thanks for response,but I don't want to display it in Webpage,Basically I wants to run flash application in my standalone Java application. For example I am having a hello.swf
file and I wants to display it in a Java Frame not in applet or webpage.
Kindly get back to me as early as posible.
Thanks
Javed
23 years ago
I am displaying an image ie .gif file in my java application.
There is a button in my java application.When I click button,
I wants to change a text in my gif file.For example,a text "Welcome" is dislaying in gif file when i am running java application,when I am clicking button,I wants to change text from "Welcome" to "Welcome to Java's World" in same gif which is displaying in my java application.
Kindly get back to me as early as posible.
Thanking very much
23 years ago
I want to display an image developed in flash (ie .swf extension)
in my java application.I had tried with JMF2.1,but JMF2.1 supports till flash 2 only.Kindly help me to display advance flash application in my Java Application?
I need your help very much. I am so grateful if somebody get back to me as early as posible.
Thanking very much,
Javed
23 years ago
I want to display an image developed in flash (ie .swf extension)
in my java application.I had tried with JMF2.1,but JMF2.1 supports till flash 2 only.Kindly help me to display advance flash application in my Java Application?
I need your help very much. I am so grateful if somebody get back to me as early as posible.
Thanking very much,
Javed
23 years ago
I want to display an image developed in flash (ie .swf extension)
in my java application.I had tried with JMF2.1,but JMF2.1 supports till flash 2 only.Kindly help me to display advance flash application in my Java Application?
I need your help very much. I am so grateful if somebody get back to me as early as posible.
Thanking very much,
Javed
23 years ago