User Profile

Collapse

Profile Sidebar

Collapse
latheef
latheef
Last Activity: Feb 24 '07, 11:06 AM
Joined: Jun 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • latheef
    started a topic JFrame Title bar change
    in Java

    JFrame Title bar change

    Hi
    I want to put the a file on the right side of the title bar near to minimize icon.How to do this on Windows XP machine.
    By using Win32 Api , whether we can achieve this? How?
    See more | Go to post

  • For including the browser in java application go for JDIC browser(which embeds IE ).
    JEditorpane wont render all pages...Its of no use as a browser
    See more | Go to post

    Leave a comment:


  • Hi,
    I want to print the screen ie(768*1024).Fo r this I have capture the screen in to a BufferedImage.N ow when I try to print it doesnt print completely.So please guide me how do I scale it and print.
    My code :
    Rectangle area = new Rectangle(Toolk it.getDefaultTo olkit().getScre enSize());
    Graphics2D g2d= (Graphics2D)g;
    BufferedImage img= robot.createScr eenCapture(area );
    g2d.drawImage(i mg,0,0,null);...
    See more | Go to post

    Leave a comment:


  • latheef
    replied to Opening browser from Java
    in Java
    Thanks for the reply.
    What I pass in cmd is:
    javascript:wind ow.resizeTo(550 ,602);window.mo veTo(550,138);l ocation.href="h ttp://yahoo.com"
    But it does n't work in windows XP-sp2.This one works in 2000.
    Any idea!...
    See more | Go to post

    Leave a comment:


  • latheef
    started a topic Opening browser from Java
    in Java

    Opening browser from Java

    Hi,

    I want to open a browser and place it and size it as I wish,when user selects an option from the menu written in java.
    I tried passing command line argument rundll32 url.dll,FilePro tocolHandler<ur l>
    in windows 2000 it works fine.But in Xp it doesn't work.Can anyone help me out .

    Is there any other way of invoking browser from java application or applet to open a browser which should be positioned...
    See more | Go to post
No activity results to display
Show More
Working...