Skip to main content

Questions tagged [applet]

Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages. And in that context, applets can be regarded as outdated technology.

applet
1 vote
0 answers
72 views

Error executing JNLP file with Open Web Start

I have an old Applet that is using Java Web Start. To launch this Applet, I use this JNLP file: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="6.0+" codebase=...
Soku's user avatar
  • 39
0 votes
1 answer
65 views

Need to execute an applet installed on a remote server without using Java Web Start or any browser

Scenario: My company is maintaining an applet that is used by many machines through Java Web Start. Java Web Start is triggered by an JNLP file that contains all the informations and parameters to ...
Soku's user avatar
  • 39
0 votes
0 answers
35 views

Trying to modify Cinnamon menu

I made some changes to [email protected] applet to add drag and drop functionality: I added this to class ApplicationButton extends GenericApplicationButton { ... handleDragOver (source, actor, x, ...
tomm81's user avatar
  • 1
0 votes
0 answers
15 views

Adding pararelism to algorithm wator in java

I have a school project where they make me optimize alogrithms. The task is to add paralerism to the algorithm. I choose wator and I have to run using static decomposition of the matrix of cells with ...
Dave's user avatar
  • 1
0 votes
0 answers
7 views

Is it possible to write Mint panel applet that displays an editable text entry?

I would like to create a text entry that would evaluate some text upon the ENTER key-press. Is it somehow possible? So far I tried this by setting the IconApplet actor property at launch to new St....
luke1985's user avatar
  • 2,324
1 vote
1 answer
92 views

Java Applet not running on MacOS

I am trying to learn about Java Applets in VSCode but am not able to get through the intricacies. This is my java code in main.java file: import java.applet.*; import java.awt.Graphics; @...
Arjun Malhotra's user avatar
0 votes
0 answers
39 views

Java applet code has scale variable for sizing window not sure what it's for

I am having a bit of difficulty understanding what the purpose of this code might be. I put an applet into a Java decompiler and this is the code. Specifically, the line where it is setting the ...
milkdrinker's user avatar
0 votes
0 answers
60 views

Can't See the CVV field on Apple Developer Program Payment Form

I'm trying to complete my Apple Developer Program Order. I'm unable to enter the CVV field of my VISA Card. There are no field for this. You can see the screenshot. I can just enter the card number. ...
LANKOANDE Yabo's user avatar
0 votes
0 answers
56 views

Can't install .cap file on NXP P71D321

I'm having an issue with installing a .cap file on a NXP P71D321. I'm trying to install an applet on my card using gpshell, but it says it can't open a secure channel ("Failed to open secure ...
Radu Moraru's user avatar
1 vote
2 answers
103 views

how do I view an old applet?

I have the code for an old Java applet and the class files. I would rather not recompile it, but if needs be, that's okay too. What's the easiest way to view this applet, when I can't find the right ...
kloop's user avatar
  • 4,681
1 vote
1 answer
184 views

How to set priority of a process(that gets inherited by OS threads) in golang for mac?

How to set priority of a process(that gets inherited by OS threads) in golang for mac? syscall.SetPriority with syscall.PRGRP flag sets priority of a process and gets inherited by threads on ubuntu. ...
abt's user avatar
  • 11
0 votes
0 answers
77 views

How to connect Apple GPU to Jupyter Notebook?

Currently, I am on Macbook pro M2 pro system. I want to set my jupyter notebook runtime on GPU cores rather than CPU cores. Since, I am working on ML Projects (using scikit-learn). ANy ides how to set ...
Alok Tondrang's user avatar
1 vote
0 answers
107 views

How to save and restore macOS Launchpad configuration?

Often times when I update macOS it screws up the placement of majority of my apps within Launchpad. I'd like to be able to backup it's state so that when I do major updates, I can restore the app ...
chris thomas's user avatar
0 votes
0 answers
19 views

Where is source code of the binding from javascript to C for Cinnamon? Which C objects / methods can be accessed?

My goal was to find out what properties/methods of UI of Cinnamon I can access from javascript code. In the javascript code of Cinnamon I see e.g. (applet.js): const St = imports.gi.St; ... this....
Alex Martian's user avatar
  • 3,662
0 votes
0 answers
55 views

How to change background color of font for Cinnamon TextApplet?

I want to change background color of font as displayed on the panel for https://cinnamon-spices.linuxmint.com/applets/view/222 ("Workspace Name"). Web search found some clues, but they did ...
Alex Martian's user avatar
  • 3,662

15 30 50 per page
1
2 3 4 5
497