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

    resizing java applications



    Hallo!

    i want to build a java-application (a frame not an applet) which has a

    static size, like a dialogbox. how is it possible to ignore resize-messages,

    when the user resize the winfow ?

    thanks cl.

  2. #2
    Join Date
    Feb 1999
    Posts
    5

    Re: resizing java applications



    hai lojewski,

    in Frame class there is a method called setResizable(boolean).

    if you set this as setResizable(false), you will not be able to resize the frame the default property is setResizable(true), so if you don,t specify it it will be resizable. try this if your problem siolved iam happy.

    bye,

    R.Karuna





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