1
public class TestingActivity extends Activity implements View.OnClickListener
{
 ScheduledThreadPoolExecutor scheduler = new ScheduledThreadPoolExecutor(1);

ScheduledFuture now = null;
Button roll, continuous, exit, stop;
TextView two, three, four13,four22, five14,five32, six51,six42,six33, seven61,



    public class RollDice extends JFrame implements ActionListener
    {
    ScheduledThreadPoolExecutor scheduler = new ScheduledThreadPoolExecutor(1);

ScheduledFuture now = null;


private static final int WIDTH = 450;
 private static final int HEIGHT = 1100;
priva

これは、同じプログラムでどのように異なりますか。Javaアプリケーションでは機能しますが、Androidアプリでは機能しませんが、エラーは発生しません。

4

0 に答える 0