Cite This Page
Bibliographic details for Conway's Game of Life/Java/Swing
- Page name: Conway's Game of Life/Java/Swing
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 September 2022 13:33 UTC
- Date retrieved: 14 February 2025 02:21 UTC
- Permanent URL: https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463
- Page Version ID: 329463
Citation styles for Conway's Game of Life/Java/Swing
APA style
Conway's Game of Life/Java/Swing. (2022, September 1). Rosetta Code. Retrieved 02:21, February 14, 2025 from https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463.
MLA style
"Conway's Game of Life/Java/Swing." Rosetta Code. 1 Sep 2022, 13:33 UTC. 14 Feb 2025, 02:21 <https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463>.
MHRA style
Rosetta Code contributors, 'Conway's Game of Life/Java/Swing', Rosetta Code, 1 September 2022, 13:33 UTC, <https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463> [accessed 14 February 2025]
Chicago style
Rosetta Code contributors, "Conway's Game of Life/Java/Swing," Rosetta Code, https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463 (accessed February 14, 2025).
CBE/CSE style
Rosetta Code contributors. Conway's Game of Life/Java/Swing [Internet]. Rosetta Code; 2022 Sep 1, 13:33 UTC [cited 2025 Feb 14]. Available from: https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463.
Bluebook style
Conway's Game of Life/Java/Swing, https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463 (last visited February 14, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Conway's Game of Life/Java/Swing --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463", note = "[Online; accessed 14-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Conway's Game of Life/Java/Swing --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Java/Swing?oldid=329463}", note = "[Online; accessed 14-February-2025]" }