Total members 10261 | Gratitudes |It is currently Tue May 22, 2012 5:39 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 3 posts ] 
Author Question
 Question subject: Animated JWindow
PostPosted: Thu Dec 09, 2010 6:15 pm 
Offline
Newbie
User avatar

Joined: Thu Nov 18, 2010 11:56 am
Posts: 49
Has thanked: 0 time
Have thanks: 15 time

Code:
import javax.swing.JWindow;

public class Test extends JWindow{

    public Test(){
        super();
       
        setVisible(true);
    }

    public static void main(String args[]){
        Test app = new Test();
        for(int i = 10; i <400; i++){
            app.setBounds(100 - (i/2), 300 -(i/2), i, i);
        }
    }
}


Try this, this allows to open Window in a whole in way!

_________________
Coding my life with Java, PHP, JavaScript, and Python


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: Animated JWindow
PostPosted: Thu Dec 09, 2010 10:02 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
or JFrame ?

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: Animated JWindow
PostPosted: Fri Dec 10, 2010 2:28 pm 
Offline
Newbie
User avatar

Joined: Thu Nov 18, 2010 11:56 am
Posts: 49
Has thanked: 0 time
Have thanks: 15 time
msi_333 wrote:
or JFrame ?


Yeah JFrame works too.

_________________
Coding my life with Java, PHP, JavaScript, and Python


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 3 posts ] 
Quick reply


  

 Similar topics
 animated 3D logo
 Animated banner by flash

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 3 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team