No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I'm a just a freaky geeky girl.
- Interests
- Music, Arts, Literature,....Programming??
4 Posted Topics
Re: Gee.. Thanks for posting this. (~__~) Can I have the permission to modify this for binary operations? | |
Hi guys.. I am currenly coding a program which outputs the next state table for flip flop circuits. I have already finished the the generator for one type of flip flop, and I have 3 more to go.. So far, my arithmetic parser is working good but I suddenly remembered … | |
This is a program for generating a state table for flip flop circuits. My problem is that the program does not get anything from the Textfield which gets the value for KAEquation, but for JAEquation, it works just fine. [CODE] import javax.swing.*; import java.awt.*; import java.awt.event.*; /** * @author Jenielle … | |
This is really frustrating. Whenever I run this, a blank window frame appears The components only appear when I click the edge of the frame. Please check if I did something wrong: [CODE] import javax.swing.*; import java.awt.*; /** * */ public class FFGen{ public void First(){ /** * @param args … |
The End.