0
votes
1answer
21 views
Conversion of a Java Web Start app to an Applet
I'm trying to figure out how difficult it would be to convert a Java Web Start app to an applet. Theoretically, if the application didn't do anything such as write to the file sys …
6
votes
13answers
224 views
Does anyone have any ideas for an assignment in game programming?
Much like the author of Give me an assignment in C, I'm looking to learn game programming and I learn best by doing, but I don't have any good ideas for games to program which will …
0
votes
3answers
31 views
Loading Image in Java Applet
When I try to run an applet in applet viewer it is not able to find resources (Image).
I try to load resource like this:
String cb= this.getCodeBase().toString();
String imgPath = …
0
votes
1answer
13 views
Applet with JDialog not hiding correctly in Mac OSX
I have an applet that calls a JDialog that contains a JProgressBar component. I subclass the JDialog to expose a method to update the JProgressBar, something like:
public class Pr …
2
votes
1answer
77 views
How to create a side scroller game in java
I want to create a game where the user can go to the right-most part of the screen, and if they go any further, they will slide into a new view.
So basically, if they have 3 mons …
0
votes
2answers
28 views
Java Applet play sound file has a different effect than Windows Media Player ?
I have a Java program that auto dials phone numbers, it can generate sounds to mimic phone keypads, works fine for normal calls, but I encountered a problem when it comes to callin …
0
votes
3answers
70 views
Calling a DLL from an Applet via JNI
I have a "proof of concept" piece of work that crosses over into some unfamiliar territory.
I'm tasked with connecting an EFTPOS machine to an application running as an applet in a …
0
votes
3answers
59 views
need help with java applet which uses external jar ojdbc6.jar
I have wrote a java applet which is pretty simple. It connects to a oracle database upon clicking a button. It works fine, it connects when I run it using eclipse. However, when I …
1
vote
2answers
61 views
Include a .txt file in a .h in C++?
I have a number of places where I need to re-use some template code. Many classes need these items
In a .h could I do something like:
#include <xxx.txt>
and place all of …
0
votes
0answers
14 views
Calling Applet function from RegisterStartupScript
What I'm trying to do is call a Java Applet method immediately after PostBack of an ASP.NET page. In order to accomplish this I'm using the ScriptManager.RegisterStartupScript fun …
1
vote
3answers
52 views
Migrate Java Applet to what/where??
I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems.
It's a tool to create custom labels, so we need drag- …
1
vote
3answers
42 views
Running java applet in ASP.NET MVC application
Hi Guys,
I have a applet that runs with no issue in asp.net web application ...
but when comes to ASP.MVC application ..here applet is not working throwing class not founnd exce …
0
votes
1answer
18 views
XSS and Applet/Param HTML Keywords
I have a Web application and have run a XSS scan on it and it reports that one of my pages that has a Java applet in it could potentially be open to XSS.
The test managed to assig …
0
votes
1answer
11 views
Restrict file types on droplet.
This question isn't limited to people who know AppleScript, if you do Cocoa, etc., you should know the answer to this:
I'm making a droplet in AppleScript that compresses JavaS …
0
votes
5answers
77 views
System.getProperty(”user.language”) always return “en” not user current Language settings
Hi,
This is now drying me mad.
I have a javaApplet on top of a asp.net page.
Within this javaApplet I must detect the user preferred language
FireFox-Tools-Options-Content-Language …
