File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes circuit in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "circuit in java " Watch "circuit in java " New topic
Author

circuit in java

rose dando
Greenhorn

Joined: Sep 26, 2012
Posts: 5
Hello'
How I can implements circuit with gate as object ( and,nor ,or ,nand,xor,xnor...) to connection them with line to make whole circuit in order to run and take result .. and able to save this as object vector format images file , make clipping ,copy,paste,cut, move gate ...using java GUI ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35221
    
    7
Why does it have to be written in Java? Something like Graffle (for OS x) should do nicely, shouldn't it? I'm sure similar programs exists for Windows.


Android appsImageJ pluginsJava web charts
rose dando
Greenhorn

Joined: Sep 26, 2012
Posts: 5
this assignment binding java
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

There is just a whole lot going on here.

The first thing you need to do is figure out how to model a AND gate. not graphically on a GUI, but just inside your program. Once you get it working, then you can look a an OR gate, then a NOR, etc.

Do NOT try and to all of them at once, and do not worry about the GUI until you can do it from a command line.


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: circuit in java
 
Similar Threads
a logic problem for a friday morn
Using wait and notify with threads
WA #1.....word association
Using Java Swing: Which Components to use
Project