Search:

Type: Posts; User: chetu7845

Search: Search took 0.11 seconds.

  1. Re: How to save a file in directory...???PLz find below code anything wrong in mycode

    ya i done save coding like dis...now it saving file to a directory but it calling 2 times save dialog...when second time call that time only it will save...what is the error ???


    public void...
  2. How to save a file in directory...???PLz find below code anything wrong in mycode

    Here my code am trying to open text file in window_pane it will open when i click on save it will ask destination to save file if i save example like Read.txt it will save...when i go and check in...
  3. how to display .swf files in editor pane?

    i need to display my .swf files in editor pane in which in my window pane consistes of dom struture and attribute ,editorpane in url bar when we browse a .swf file .then we need to display a swf or...
  4. Re: How to display .swf files in java code JEditorPane using eclips platform

    I found swf package in below link, but not working
    JavaSWF9 - Java for SWF library | A.Quarter.To.SevenA.Quarter.To.Seven
  5. Re: How to display .swf files in java code JEditorPane using eclips platform

    2894

    The above output is am getting now...actually i need to display swf image files in that window_pane and in DOM structure pane and Attribute pane Suppose i need to display properties of the...
  6. Re: How to display .swf files in java code JEditorPane using eclips platform

    Thank you so much for your help...now i can able to retrieve html files but when i choose swf files it will display in byte codes....what to do help me ???

    --- Update ---
    ...
  7. Re: How to display .swf files in java code JEditorPane using eclips platform

    Am not able to display html file also...swf files am using for the purpose of to find properties of the image i mean height,width and pixel. this is my college project as my professor expect i have...
  8. Re: How to display .swf files in java code JEditorPane using eclips platform

    ya i tried html files but i didn't get .swf files contains some images it has to be display....
  9. Re: How to display .swf files in java code JEditorPane using eclips platform

    ya,when i click on browse i can able to select the .swf file but when i select and click on open it will not display, when debug and check it has problem in below line


    if(ext.equals("swf"))...
  10. Re: How to display .swf files in java code JEditorPane using eclips platform

    problem is that file is not loading properly while when i browse..please help me
  11. Re: How to display .swf files in java code JEditorPane using eclips platform

    import javax.swing.*;
    import java.io.*;
    import java.net.MalformedURLException;
    import java.awt.*;
    import java.awt.event.*;

    public class DisplaySWF extends JFrame
    {
    public JPanel ...
  12. Re: How to display .swf files in java code JEditorPane using eclips platform

    I want to display .swf or .fla files in window_pane or jpanel when i click on browse i can able to select .swf and .fla files but when i select it and open it will not display in panel please help...
  13. How to display .swf files in java code JEditorPane using eclips platform

    Here attached my java code am trying to display .swf or .fla files from this code but am not able to retrieve .swf or .fla files some one help me....
Results 1 to 13 of 13