Click here to Skip to main content
15,893,564 members
Home / Discussions / Java
   

Java

 
SuggestionRe: Find and replace sTring in Docx and Doc file using Java code Pin
Richard MacCutchan27-Nov-18 1:38
mveRichard MacCutchan27-Nov-18 1:38 
Questionjava Pin
mohit gite14-Nov-18 23:16
mohit gite14-Nov-18 23:16 
AnswerRe: java Pin
Richard MacCutchan15-Nov-18 0:29
mveRichard MacCutchan15-Nov-18 0:29 
GeneralRe: java Pin
jschell21-Nov-18 7:41
jschell21-Nov-18 7:41 
GeneralRe: java Pin
Richard MacCutchan21-Nov-18 22:06
mveRichard MacCutchan21-Nov-18 22:06 
GeneralRe: java Pin
jschell15-Dec-18 6:05
jschell15-Dec-18 6:05 
GeneralRe: java Pin
mohit gite21-Nov-18 23:54
mohit gite21-Nov-18 23:54 
Questionjava applet programm Pin
mohit gite12-Nov-18 22:40
mohit gite12-Nov-18 22:40 
Hi
Can my gif file be made use of to modify the same so that the elecopter.gif starts flying up
An applet java prg does this .(java applet program shown )How to modify my gif file
to function like the java prg or how to get the java plug for this.

<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
/**
import java.applet.Applet;
import java.awt.*;
import javax.swing.*;
 
public class Animate  extends Applet {
   public void paint(Graphics g)
   {
       Image img = getImage(getDocumentBase(),"Elecopter.gif");
 
        for(int y=100;y<980;--y){
 
    g.drawImage(img, 1, y ,null);
 
        try
    {
    Thread.sleep(20);
    }
    catch(InterruptedException ue)
    {  }
   }
 
    }
    }*/
     
    <img src="Elecopter.gif" width="428" height="640"  border="0">
</BODY>
</HTML>


modified 21-Nov-18 4:30am.

QuestionRe: java applet programm Pin
Richard MacCutchan13-Nov-18 5:08
mveRichard MacCutchan13-Nov-18 5:08 
QuestionFirst Android App Pin
C-P-User-311-Nov-18 21:30
C-P-User-311-Nov-18 21:30 
AnswerRe: First Android App Pin
Richard MacCutchan11-Nov-18 22:02
mveRichard MacCutchan11-Nov-18 22:02 
GeneralRe: First Android App Pin
C-P-User-313-Nov-18 20:14
C-P-User-313-Nov-18 20:14 
Questionjava Pin
Member 1404304811-Nov-18 1:07
Member 1404304811-Nov-18 1:07 
AnswerRe: java Pin
Richard MacCutchan11-Nov-18 2:31
mveRichard MacCutchan11-Nov-18 2:31 
QuestionScala Code Review Pin
traubad10-Nov-18 12:46
traubad10-Nov-18 12:46 
AnswerRe: Scala Code Review Pin
Richard MacCutchan10-Nov-18 21:07
mveRichard MacCutchan10-Nov-18 21:07 
Questionduplicate elmente in Array multiply Pin
Nasif228-Nov-18 13:08
Nasif228-Nov-18 13:08 
Questionjava Pin
Member 140430484-Nov-18 23:51
Member 140430484-Nov-18 23:51 
AnswerRe: java Pin
Richard MacCutchan5-Nov-18 5:17
mveRichard MacCutchan5-Nov-18 5:17 
AnswerRe: java Pin
mohit gite16-Nov-18 21:25
mohit gite16-Nov-18 21:25 
AnswerRe: java Pin
GiteHrudaya28-Nov-18 18:48
GiteHrudaya28-Nov-18 18:48 
AnswerRe: java Pin
GiteHrudaya2-Dec-18 22:59
GiteHrudaya2-Dec-18 22:59 
Questionjava Pin
mohit gite4-Nov-18 21:45
mohit gite4-Nov-18 21:45 
AnswerRe: java Pin
Richard MacCutchan4-Nov-18 23:05
mveRichard MacCutchan4-Nov-18 23:05 
AnswerRe: java Pin
GiteHrudaya29-Nov-18 23:13
GiteHrudaya29-Nov-18 23:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.