Since the old Java Tutorials Request Thread had become overgrown, I've closed that thread and am starting a new tutorials request thread. If you have a tutorial you would like to see, post your request here! Make sure to check out my thread Getting Better at Programming Java and the Java Tutorials Section first, as a tutorial may already exist for your topic. If you know of a good tutorial for someone's request, please reply here with the link!
43 Replies - 21783 Views - Last Post: 02 February 2013 - 06:35 AM
Replies To: Java Tutorials Request
#2
Re: Java Tutorials Request
Posted 18 September 2011 - 07:00 PM
I'm trying to drag and drop an ImageIcon with an image from one JPanel to another, does anyone know of any example code that may help?
#3
Re: Java Tutorials Request
Posted 18 September 2011 - 07:01 PM
My Getting Better at Programming Java thread (linked above) links to two such tutorials on the Java DnD API. It should get you going on the right path.
#4
Re: Java Tutorials Request
Posted 27 September 2011 - 09:18 AM
Perhaps we can get an all in 1 GUI Layout tutorial. An extensive tutorial on the different layouts that you can use in GUI, the pros and cons over each other, some sample code of how to implement each layout with just some basics swing objects in them (JButtons, JLabels, JTextFields.. basics.) Situational suggestions on when you should use which layout, however that kind of feeds into the pros and cons. Also, the reason why not to use null layout and why the others are better to use.
I know that we have a couple tutorials out there on Layouts but none of them really compare one to the other, only describe what they are. There isn't one tutorial that will go into extensive detail about each one and the things I listed above.
Would just be a good place to start for people wanting to learn GUI. Will also be beneficial to say "Here is a link check it out" when someone posts a layout problem.
I personally still use Null layout simply because I have not found a good tutorial on all of the other layouts that is easy to comprehend and has good sample code. Yet I tell others not to use it
Just something I think would be beneficial all around.
Happy Coding!
Fuzzy
I know that we have a couple tutorials out there on Layouts but none of them really compare one to the other, only describe what they are. There isn't one tutorial that will go into extensive detail about each one and the things I listed above.
Would just be a good place to start for people wanting to learn GUI. Will also be beneficial to say "Here is a link check it out" when someone posts a layout problem.
I personally still use Null layout simply because I have not found a good tutorial on all of the other layouts that is easy to comprehend and has good sample code. Yet I tell others not to use it
Just something I think would be beneficial all around.
Happy Coding!
Fuzzy
#5
Re: Java Tutorials Request
Posted 17 October 2011 - 10:56 AM
I would like a good tutorial on the following:
Sample code would be a big plus. All in java of course
- Microphone capturing (basic)
- Making sound effects by changing bytes (wav). Including a basic explanation of how a wav file is built up
Sample code would be a big plus. All in java of course
#6
Re: Java Tutorials Request
Posted 17 October 2011 - 01:00 PM
I think a tutorial about Java networking would be very helpful. Like how to write a program that speaks not only to the computers in your network but to other computers on the World Wide Web
#7
Re: Java Tutorials Request
Posted 29 October 2011 - 10:49 PM
I would love to see a tutorial about making a tile based grid for a 2d top-down or isometric game, and how to randomize that data to make a random map generator, similar to the way it's done in many popular roguelikes.
Thanks for your time!
Thanks for your time!
#8
Re: Java Tutorials Request
Posted 03 November 2011 - 10:24 AM
I've been looking for tutorials about Android Dev., but I cannot find any in the Java tutorials.
#10
Re: Java Tutorials Request
Posted 27 November 2011 - 08:22 PM
I think a tutorial on bitwise operations '>>, <<, ^, |' etc... maybe also some discussion on how it can be used in an application as well as maybe a use for 'bitmasks' and other bit related stuff. I didn't really understand these things when reading the java tutorials.
This post has been edited by Mylo: 27 November 2011 - 08:23 PM
#11
Re: Java Tutorials Request
Posted 28 November 2011 - 07:19 PM
Mylo, there is not yet one for Java, but there is a good one in C++:
http://www.dreaminco...wise-operators/
http://www.dreaminco...wise-operators/
#12
Re: Java Tutorials Request
Posted 28 November 2011 - 07:30 PM
Thanks dogstopper, I'll give it a read, they can't be too different can they?
#13
Re: Java Tutorials Request
Posted 28 November 2011 - 07:32 PM
You should be able to read it just fine. Even the bitwise symbols are the same.
#14
Re: Java Tutorials Request
Posted 03 February 2012 - 06:19 AM
Have you read the documentation?
http://docs.oracle.c.../opsummary.html
Also, there are two tutorials on looping in my Getting Better at Programming Java thread you can check out.
http://docs.oracle.c.../opsummary.html
Also, there are two tutorials on looping in my Getting Better at Programming Java thread you can check out.
#15
Re: Java Tutorials Request
Posted 14 February 2012 - 06:43 PM
Hi guys,
apologies if this question has been asked before. i'm at work and its not easy to go through all the posts to find what i'm looking for so i'm hoping someobdy can point me to some content
Am looking for some GUI tutorials but specifically tutorials that involve something like building an ATM, book library, movie library etc.
Anybody know of any?
thanks!
apologies if this question has been asked before. i'm at work and its not easy to go through all the posts to find what i'm looking for so i'm hoping someobdy can point me to some content
Am looking for some GUI tutorials but specifically tutorials that involve something like building an ATM, book library, movie library etc.
Anybody know of any?
thanks!
|
|

New Topic/Question
Reply






MultiQuote







|