Skip to content
Sign UpLog In
Profile icon

Joshua Parsons

@Zeune
Hobbyist programmer (Java / Python / Html / CSS)
  • TBA

    Cover page
    Made with Java

    Text Based Adventure RPG

    Recent comments (0)
  • Java PLAYGROUND

    Cover page
    Made with Java

    Welcome to the Java Playground. Test projects and ideas here...

    Ported libraries to Repl.it:

    • Jsoup (Webscraper)
    Recent comments (0)
Repls
Community
Zeune
Zeune
shared a Post
3 years ago
Absolute Beginner Head First into Python 3 - Not finished
Lesson 1.00 - Common Terms Module - A module in python is simply a file with the .py extension class - is a code template for creating objects. objec
HahaYes
HahaYes
hmmmmm the community is trying to take down my fame... jk good tutorial3 years ago
DynamicSquid
DynamicSquid
Sweet!3 years ago
Zeune
Zeune
shared a Post
4 years ago
With the introduction of Java Swing to repl.it, it doesn't appear all that friendly. First, I created a project package, a Main file that creates an o
TheDrone7
TheDrone7
You can see the repl.it example to get started. Also, in case you need more info on the JTextField here's an example I made - https://repl.it/@TheDrone7/NegligibleTrimFreesoftware Although the problem you might be facing is that, in the integrated frame where the output window is displayed, the components that are very small don't get displayed, try resizing to a bigger size.4 years ago
Zeune
Zeune
shared a Post
4 years ago
With the introduction of Java Swing to repl.it, it doesn't appear all that friendly. First, I created a project package, a Main file that creates an
Zeune
Zeune
shared a Post
4 years ago
https://repl.it/@Zeune/Java-PLAYGROUND You can make a copy of this project and the jsoup library is in the res folder. You can scrape your data in th
Zeune
Zeune
shared a Post
4 years ago
Previously we were attempting to get the local user, but only returning "Runner," due to repl.it being on the cloud and not local. So, we kind of igno