CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2003
    Posts
    18

    Question popups and image tutorials

    Does anyone know where I could find examples or tutorials on how to make a pop-up message and how to do stuff like display bitmaps (not using applets)?
    Aloha!

  2. #2
    Join Date
    Apr 2003
    Location
    Cheltenham, UK
    Posts
    500
    Are you talking about Java or Javascript?
    Live as if you were to die tomorrow. Learn as if you were to live forever.

  3. #3
    Join Date
    Aug 2003
    Posts
    18
    Well, seeing as how this is not a javascript forum I would be talking about Java.
    Aloha!

  4. #4
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985
    There's a lot of people who get the 2 confused Kylevision. Have a look at dialogs. http://java.sun.com/docs/books/tutor...ts/dialog.html

    There's a lot of ways you could do it. If dialogs aren't what you want, look at the Window and Frame classes.

  5. #5
    Join Date
    Aug 2003
    Posts
    18
    thanks
    Aloha!

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