CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: awt

  1. #1
    Join Date
    Apr 1999
    Posts
    21

    awt

    Hello all,
    I have two question here , please reply them asap as i need them immediatly..

    Fristly, how to add a clipboard support to canvas.Iam using a canvas to display text( using drawstring) , now i want to select text from it. How.

    Second one.. how to disable the maximise / minimise (middle ) button of the frame.

    Please send it asap.
    Thakyou,
    Javed.


  2. #2
    Join Date
    Aug 1999
    Location
    TX, USA
    Posts
    4

    Re: awt

    I had the same problem of minimizing and mzximize button.... i tried to setResizable(false) but it
    didnt worked for jdk1.1.8, but when i tried with jdk1.2.1... the same code worked and both the minimize and maximize buttons were hidden.

    Try that...
    Ashish


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