I am making a black jack card game. I am confused about the error that my program is having. Any help would be highly appreciated. Thanks in advance!
开发者_Go百科public void saveImage(String path){ BufferedImage image = (BufferedImage) createImage(500, 500);
I want to load the initial positions of two robots in a bidimensional array, they are indicated by the letters N,S,O,E.
I have a program complete with a number of classes which create complex objects, with custom variables and arrays of certain variables. I want to tie the functionality of these classes into actionperf
I\'m writing a livewallpaper that will pull images from flickr and make them the background, and change every so often. Right now i\'ve stubbed/ignored/circumvented the flickr part, and am ignoring th
I have an error in onCreateDialog() NullPointerException in this code: import android.app.Activity; import android.app.Dialog;
I\'ve noticed that there are numerous issues with using tabhost, but none of them really fit my issue.I am trying to create a view with an action bar on top, then a row of tabs under the bar.Here\'s m
Code : import java.io.*; class Customer { String name; int ID; int purchasequantity; double purchaseprice; Customer()
The application will run fine unless I add the following code. public class TFView extends View{ private Paint p;
I have a TabActivity that seems to be dieing on a small set of phones when I add the Drawable to it. From the reports, the same tab code ran successfully at one point, but suddenly stopped during one