Questions tagged [acm-java-libraries]

The ACM Java Libraries were produced by the ACM's Java Task Force with the aim of simplifying the teaching of Java to first-year undergraduate students.

The ACM Java Task Force Libraries and API were produced by the Association of Computing Machinery's Java Task Force with the aim of simplifying the teaching of Java to first-year undergraduate students.

As observed here and here, it may be necessary to compile under Java 1.5 to avoid regressions seen with later versions of Java.

113 questions
-1
votes
1 answer

Easy dynamic programming recursive formula (uva 147 coin change)

the problem is about coin change - "how many ways you can change 3,5,10 dollars if you have 5c,10c ...... "http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=83 the problem is solved many times on various…
ERJAN
  • 23,696
  • 23
  • 72
  • 146
-1
votes
1 answer

Mouse Cursor in Java

Could you tell me, Why it doesn't work. When I run it, mouse hides. but I want to change mouse cursor's icon. import java.awt.Cursor; import java.awt.Image; import java.awt.Point; import java.awt.Toolkit; import java.awt.event.MouseEvent; import…
-1
votes
1 answer

Java error: Cannot find symbol (acm)

well,i am trying to create a program that allocates 10000 rational objects without saving any of them in variables so that they all become garbage. After that i have to measure the amount of free memory before and after garbage collection and use…
HpdsbuΖt
  • 103
  • 2
  • 2
  • 9
-2
votes
1 answer

What is a good way to make HP bar in ACM library java

I am using ACM library in Java, How can I make a simple HP bar for the game. The health is an integer like 5 4 3 2 1 0
-2
votes
1 answer

Getting two random variables and then comparing them. (java acm)

i failed and now i need to take a resit exam. This question was on the final exam and i feel like similar one will come on resit exam. We cant use our computers on the exam we have to write everything on paper so that was big issue i couldnt…
-2
votes
1 answer

Playing mp3 using java VLC library

How to how the how is suppose to be the how and how lol! you shouldn't be reading this......
vxpoisongas
  • 67
  • 12
-2
votes
1 answer

Bolding Shape Lines in Java

After creating the shape (for example GOval), how can I bold the shape lines?
alumina
  • 3
  • 3
-2
votes
3 answers

Stanford CS106a newbie - Having trouble compiling in Eclipse

I'm following along with Stanford's CS106a class and trying to do the assigments. I had difficulty running the sample code from the book but somehow managed to run them with the ACM package. Right now I'm trying to do the assignments and run my…
redgabe
  • 61
  • 7
1 2 3 4 5 6 7
8