takesabullet.java

来自「java编程的一些Applets例子。值得深入研究一下。」· Java 代码 · 共 23 行

JAVA
23
字号
/***********************************************************************Copyright Notice: This source code is (C) Copyright 1995-96, EarthWeb LLC.,All Rights Reserved. Distribution of this document or it's resultingcompiled code is granted for non-commercial use, with prior approval ofEarthWeb LLC. Distribution of this document or its resulting compiledcode, for commercial use, is granted only with prior written approval ofEarthWeb, LLC. For information, send email to info@earthweb.com.***********************************************************************/// $Id: TakesABullet.java,v 1.3 1996/04/16 20:55:23 greg Exp $/*Interface for an object which is notified that a bullet has beenfired.*/public interface TakesABullet{    public void take( double x, double y, double vx, double vy );}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?