excercise 2 done
This commit is contained in:
15
week1_TinsaeGhilay/Task2/GraphicsApp/GraphicalObject.java
Normal file
15
week1_TinsaeGhilay/Task2/GraphicsApp/GraphicalObject.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package GraphicsApp;
|
||||
|
||||
|
||||
/**
|
||||
* GraphicsApp/GraphicalObject.java .
|
||||
* Generated by the IDL-to-Java compiler (portable), version "3.2"
|
||||
* from Graphics.idl
|
||||
* Tuesday, November 11, 2025 6:46:29 PM CET
|
||||
*/
|
||||
|
||||
|
||||
// GraphicalShape object extends Shape
|
||||
public interface GraphicalObject extends GraphicalObjectOperations, GraphicsApp.Shape, org.omg.CORBA.portable.IDLEntity
|
||||
{
|
||||
} // interface GraphicalObject
|
||||
Reference in New Issue
Block a user