Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for chinee

i am doing a group project concerning graph my part is finding the minimal cost the teacher tried to help us out with the group work by putting up code for the parts for use to follow. i have errors when i compiled the code that the teacher give. the …

Member Avatar for chinee
0
192
Member Avatar for chinee

i am doing a project with a group i have to deal with orders by kind then linked to the driver who will be taking the first customer. the driver can be free or back in 10 min. i have started with the order list with the customer, i have …

Member Avatar for NormR1
0
762
Member Avatar for chinee

i have to create a graph for my project i found an example that was working and followed it first time with graph. i wrote my code got no errors but when i run the code this is what i am getting i don't understand it can some one help …

Member Avatar for emilo35
0
208
Member Avatar for chinee

trying to connect a product class to the main class but i am getting errors i don't understand.like C:\Users\Juanelle\Documents\OOP Final Project\Order Process.java:36: cannot find symbol symbol constructor Product(java.lang.String,double) location: class Product Product product1 = new Product("Roses", 50.00); and in the error message the arrow is pointing at the n in …

Member Avatar for zeroliken
0
334
Member Avatar for chinee

this project is an order processing prograam for a flower shop Orders are checked to see how the payment is to be made. Orders may be prepaid or, if the customer has a good credit line, they must be invoiced. Credit must be refused if the customer has paid late …

Member Avatar for NormR1
0
338
Member Avatar for chinee

very new to database and mysql, i would like to know if it is possible to create a drop down box using just mysql within the database and if so how is it down.

Member Avatar for chinee
0
58
Member Avatar for chinee

i want to output final coccer team standing that uses random so every time the match is played the final four team changes so how do i output that the ouput to the file changes as well

Member Avatar for JamesCherrill
0
128
Member Avatar for chinee

i need to call an array called team into a bubble sort that swaaps 3rd 4th ist and 2nd place in order. in the code i will list the code for the out come of the match which is good no errors there but i need to get the bubble …

Member Avatar for chinee
0
120
Member Avatar for chinee

i have to create a soccer tournament like the world cup that starts off with 32 teams that goes down to 16 then quaters, semis and final i have to use sort stacks or queues or even linkedlist. there must also be arrays, classes. gui for bonus marks but i …

Member Avatar for chinee
0
2K
Member Avatar for chinee

how do you print out to a text file in tabular form like the soccer teams and their info.

Member Avatar for chinee
0
55
Member Avatar for chinee

trying to finish a code given by sir which was to add the preorder and post order in thr tree but i am getting an error with the preorder so need help. [CODE]public class BinaryTree { BinaryTree left; BinaryTree right; int value; public BinaryTree(int v){ value= v; } public void …

Member Avatar for chinee
0
150
Member Avatar for chinee

need help with tables i am trying to place a border at the bottom o f the page like the top but without the writing i need some assistance. this is what i have got. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Generation …

Member Avatar for MJ Pieterse
0
96
Member Avatar for chinee

i have to redo my layout using div tags in ahurry and very new to it. i am using an external stylesheet and i saw some videos on youtube using divs but it not working for me. the only thing that works is the heading. i want my display to …

Member Avatar for eno_diputs
0
72
Member Avatar for chinee

for some reason the gallery link in the about page is not working. why is this word red Gallery [CODE] <div><a href=../"files/gallery.html">Gallery</a></div></td>[/CODE]

Member Avatar for diafol
0
47
Member Avatar for chinee
Member Avatar for RykeTech
0
119
Member Avatar for chinee

urgent problem i have this code in external css for paragraph but what is stated in the paragraph is not appearing like the color and font size. here is the code. [CODE].content{ width:920px; height:1000; background-color:#FFFAF0; background-repeat:repeat-y; padding:5px; .p{ align:center; color:#800000; text-align: justify; font-family: Arial, Helvetica, sans-serif; font-size: 16px; } img.floatLeft{ …

Member Avatar for chinee
0
375
Member Avatar for chinee

if you want to have different colors of text in the same paragraph and add picture on the left side of the text both up and lower to the bottom how is it done i am getting trouble doing that can anyone suggest a way.

Member Avatar for chinee
0
147
Member Avatar for chinee

yes i am really new, but for the longest while i have been trying to insert images but they never work. right now i want to place a logo next to the name, to my knowledge i have inputed all the root directives needed. take a look. [CODE]<h1><img src="Libraries/documents/web dev …

Member Avatar for gracyj
0
106
Member Avatar for chinee

can any one help? i have an assignment of a twent page site to make, so i decided to create one page as a template, but since this is my first time its kind of hard. the problem is i wanted the top of my page to be two color …

Member Avatar for Kraai
0
81
Member Avatar for chinee

hello just started web development. does anyone know anything about aptana studio, i want to change the browser from fire fox to chrome but i can't seem to locate aptana source control is to change the xml

Member Avatar for diafol
0
98
Member Avatar for chinee

i am trying to get the input the info so when the choices are chosen and submit is clicked the info is seen for the flower order but getting errors. if you read it you would probably get what i am trying to say but how to get it without …

Member Avatar for NormR1
0
307
Member Avatar for chinee

i created a flash screen but all i could get is a blue screen not even the picture is comin up and not even the menu is coming up.and plus there are errors from place order to change order with the variable and the equal sign. so can any one …

Member Avatar for NormR1
0
246
Member Avatar for chinee

I don't understand why my labels are not coming up when i run the code are the JComboBox to big or what? [CODE]import javax.swing.*; //import javax.swing.AbstractButton; import java.awt.*; //import java.awt.event.ActionEvent; //import java.awt.event.ActionListener; public class floralOrderGUI { JButton submitButton = new JButton("Submit"); public static void main(String[] args) { new floralOrderGUI(); //system.exit(Q); …

Member Avatar for NormR1
0
87
Member Avatar for chinee

i am trying to extend a splashscreen window ti 15 minutes can anyone help. [CODE]import java.awt.*; import javax.swing.*; public class flowerOrder extends JWindow { private JProgressBar bar; private JLabel ImageHolder; private ImageIcon myImage; private int i; public flowerOrder(){ setBounds(60,60,600,600); //set location and size of the window getContentPane().setBackground(Color.BLUE); //set the background …

Member Avatar for chinee
0
117