Forum: MySQL May 14th, 2009 |
| Replies: 0 Views: 288 hi guys,
I have one table:
exams(e_no integer primary key,e_name text);
now i want to create another table called questions which should have primary key that is combination of exam.e_no... |
Forum: Java Apr 22nd, 2009 |
| Replies: 1 Views: 255 import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
public class LoginScreen extends JFrame
{
JLabel userId;
JTextField userIdT;
JButton... |
Forum: Database Design Jan 7th, 2009 |
| Replies: 2 Views: 3,624 hey thanks for the help.
i'm trying to figure out how to mark a thread as solved. |
Forum: Database Design Jan 5th, 2009 |
| Replies: 2 Views: 3,624 Hello Guys;
I’m studying computer science on my third year. we are asked to develop a project based on data warehousing and business intelligence, using java language and postgresql.
the main... |
Forum: Java Nov 29th, 2008 |
| Replies: 2 Views: 617 hey, thanks the font worked properly. |
Forum: Java Nov 28th, 2008 |
| Replies: 2 Views: 617 Hi guys,
This is me, novice programmer to Java.
i have a very simple question.
can i change Font of a Label?
for example i have a label:
Label l1 = new Label("Welcome To Java"); |
Forum: C Nov 24th, 2008 |
| Replies: 4 Views: 514 thanks for helpful reason.
regards, |
Forum: C Nov 24th, 2008 |
| Replies: 4 Views: 514 can you please tell me in detail the reason why to:
i have written to many programs in which mostly i used to have one fixed size array, and i have allocated the memory the way i mentioned and... |
Forum: C Nov 24th, 2008 |
| Replies: 4 Views: 514 Hello Everyone,
I have a terrible problem with data structures in C.
i have defined a structure as below:
struct MNT
{
char label[32],opcode[32],operand1[32],operand2[32];
struct MNT... |