Results 1 to 5 of 5

Thread: How to Reduce Window in Java

  1. #1
    Join Date
    Apr 2009
    Posts
    49

    How to Reduce Window in Java

    Hello!

    I would like to know if there is a java code which allows to reduce all the windows already open.
    I explain:
    I have a login window, and I wish that I when I launches this window, all window already open (by the user) are reduced.

    I already looked in google, nothing interesting.

    thank you in advance

  2. #2
    Join Date
    Dec 2008
    Posts
    35

    Re: How to Reduce Window in Java

    Every window of your application, it is possible. Just do:

    Code:
      maFrame. setExtendedState (JFrame. ICONIFIED);
    on each.

    For against, it is impossible to act on the windows outside your application.

  3. #3
    Join Date
    Apr 2009
    Posts
    49

    Re: How to Reduce Window in Java

    Is it possible to use the same application outside the window this would be much more requirement for me as this suggest my main requirement in the project.

  4. #4
    Join Date
    Dec 2008
    Posts
    70

    Re: How to Reduce Window in Java

    Hmm ... I do not know what your needs, but the this thing in the applications does not reflect on the code window to get minimized and also i think it is not an ergonomic point of view. Normally, you do not have to decide by the user what to do with its applications.

  5. #5
    Join Date
    Feb 2009
    Posts
    79

    Re: How to Reduce Window in Java

    it can be very simple!
    basically it is sufficient for your java application emits the event: Windows + D,
    while writing an application, It's like when you support these buttons to minimize all your windows and then your application which runs the event and not your keyboard, but the result will be the same!
    After I do not know if this is possible in java, but I know that in C # it is easy now to look to you.

Similar Threads

  1. Selecting GPU to reduce the Window index in windows 7
    By ZewrI in forum Monitor & Video Cards
    Replies: 4
    Last Post: 13-04-2011, 03:03 AM
  2. Java code to minimize a window
    By Beverly Archer in forum Software Development
    Replies: 5
    Last Post: 22-03-2010, 02:17 PM
  3. How to use Window class in java?
    By Gajananvihari in forum Software Development
    Replies: 3
    Last Post: 06-03-2010, 09:52 PM
  4. Creating a Borderless Window in Java
    By Henryosa in forum Software Development
    Replies: 5
    Last Post: 24-02-2010, 10:42 PM
  5. How to Set focus to New Window in Java?
    By samualres in forum Software Development
    Replies: 3
    Last Post: 25-11-2009, 08:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,999,671.02232 seconds with 17 queries