CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    3

    Window Maximize Event



    Hi,


    Can somebody tell me - is there any event for Window Maximize click (jdk1.1)

    The problem is - i want to disable that Maximize Event.


    Thanks,


    ..praks

  2. #2
    Join Date
    Apr 1999
    Posts
    1

    Re: Window Maximize Event

    Hi

    If you "Window" is a instance of JFrame use the Methode setResizable(false); if it is instance of a JWindow the user can´t resize it, and the size you
    specified is the the sie in wich the JWindow appears.

    Hope this info helps you

    by Barilla


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured