Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 841401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:47:21+00:00 2026-05-15T05:47:21+00:00

I have a rather large legacy Java Applet that has several problems: It looks

  • 0

I have a rather large legacy Java Applet that has several problems:

  1. It looks like shi$%#$
  2. It loads up slowly
  3. It hangs on some browsers occasionally even with the latest JRE

Because Java Applets have kind of gone the way of the dodo bird I can’t find any recent reliable information on how to mitigate these problems.

That being said I don’t want to replace the applet with new technology as that will be to much work at this time.

Are there any tips, tricks, or references that people have on this problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:47:21+00:00Added an answer on May 15, 2026 at 5:47 am

    1) It looks like shi$%#$

    UI matter. Consider changing Swing look’n’feel.

    2) It loads up slowly

    Can be caused by large file size and/or slow network. How much has the client to download before running the applet? Isn’t the applet JAR file unnecessarily large? E.g. source files included? Too large images included? Too many unused classes and libraries included? Proguard may help a lot in minimizing the JAR file size.

    This can also be caused by inefficient code. Is it written with memory and CPU efficiency in mind? Run a Profiler to see it and improve accordingly.

    3) It hangs on some browsers occasionally even with the latest JRE

    Browser matter. True, reliably deploying an applet is horrible. You may want to consider to use the Deployment Toolkit Script for this. The JavaScript will determine the browser used and its capabilities and take actions accordingly. It’s as easy as following example taken from the aforelinked site:

    <script src="http://www.java.com/js/deployJava.js"></script>
    <script>
        var attributes = {codebase:'http://java.sun.com/products/plugin/1.5.0/demos/jfc/Java2D',
                          code:'java2d.Java2DemoApplet.class',
                          archive:'Java2Demo.jar',
                          width:710, height:540} ;
        var parameters = {fontSize:16} ;
        var version = '1.6' ;
        deployJava.runApplet(attributes, parameters, version);
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 467k
  • Answers 467k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer First of if youre using pLists as the source then… May 16, 2026 at 2:05 am
  • Editorial Team
    Editorial Team added an answer You could try something like this: string[] input = myOutput.ReadToEnd().Split('\n');… May 16, 2026 at 2:05 am
  • Editorial Team
    Editorial Team added an answer You have the sources both in the file org.sf.feeling.swt.win32.extension.example.zip and… May 16, 2026 at 2:05 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.