Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How do you add a barrier around your applet so nothing goes out of the applet?

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do you add a barrier around your applet so nothing goes out of the applet?

    What is the code so that nothing can leave the applet?

    Sorry if this is not in the right section but thanks!

    By what I mean also, if you don't understand, is I mean how can you make it so that nothing can leave the applet and when you try to go within the applets capabilities there is a "barrier" so that nothing leaves the applet?

    Thanks again!


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How do you add a barrier around your applet so nothing goes out of the applet?

    I have no idea what you're asking. What are you trying to prevent from "leaving the applet"? What exactly does that even mean?

    By the way, this is the completely wrong forum for this question. I'll move the thread for you.

    --- Update ---

    This thread has been cross posted here:

    http://www.java-forums.org/java-applets/72663-how-do-you-add-barrier-around-your-applet-so-nothing-goes-out-applet.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Replies: 29
    Last Post: May 18th, 2012, 02:16 PM
  2. Applet
    By needhelp101 in forum AWT / Java Swing
    Replies: 16
    Last Post: November 7th, 2011, 06:22 PM
  3. Replies: 0
    Last Post: October 13th, 2011, 07:42 PM
  4. How to add AWTpermission to a signed applet?
    By katnyan in forum Java Applets
    Replies: 1
    Last Post: October 7th, 2011, 09:21 AM
  5. Add Jmol applet dynimically in JSF(java server faces)
    By megha in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: May 15th, 2009, 06:16 AM