Hi all,
I apologise for creating another thread but I would love to have some help with my problem I'm currently having please.
I've created a web browser in Java where I have several different classes to help separate the code for ease of coding. I'm currently stuck on a Java class issue...
Hi all,
In my previous thread I posted a few days ago about JEditorPane regarding my Java web browser, now I've got another problem which is that I would like to separate some of my coding into several classes to prevent my code from getting too long.
Below is my current code I have for my...
Hi all,
I'm having a problem with my Java web browser program that I'm working on. At the moment I'm stuck on trying to get my web browser to load the home page after it has been executed. Below is my current code for the actionPerformed method:
public void actionPerformed (ActionEvent ae)
{...
Hi all,
I was wondering how can I create a secant method function in Java?
I've seen a few examples of secant methods created in different programming languages such as Fortran:
http://www.ce.udel.edu/faculty/kaliakin/secant_method.html
I've tried converting the code in the above link into...
I thought this would be the best place to ask about for Haskell, I apologise if I've put it in the wrong place, sorry!
I'm trying to create a function called display where I type in a product name, e.g. dvd1, it returns the string and the total value of the stock held for the product:
Here's...
I'm using the following code for checkboxes in my HTML form:
my @color = param('color');
foreach my $color (@color) {
print "You picked $color.<br>\n";
}
At the moment I'm using this code to match an element from my array:
if ($color[0] eq "name of color")
The problem is, is there an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.