adding full screen capability to joeffice presentations

19
http://www.joeffice.org © Copyright 2013 - Japplis Joeffice Full screen presentation Day 10

Upload: anthony-goubard

Post on 03-Jul-2015

153 views

Category:

Technology


1 download

DESCRIPTION

Day 10 of writing an open source office in Java. Adding possibility to see presentations in full screen mode Style to the spreadsheet cell editor Add and remove sheets Create toolbar

TRANSCRIPT

Page 1: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

Full screen presentation

Day 1

0

Page 2: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Summary● Full screen presentation● Cell editor with style● Add / Remove Sheets● Toolbars

Page 3: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Full screen presentation● Put a component full screen● Scaling to screen size● Handle events (escape, next page, previous page, ...)

Page 4: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Full screen

Page 5: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Full screen scaling

Page 6: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Scaling

Page 7: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Full screen events

Glasspane of the rootpane of the frame

Page 8: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Full screen events

Page 9: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Page 10: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Cell Editor

Page 11: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Cell Editor

Page 12: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Cell Margins

Page 13: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Add / Remove sheets

Page 14: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Add / Remove sheets

Page 15: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Add / Remove sheet

Page 16: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Add sheet

Page 17: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Add sheet

Page 18: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Create toolbar

Page 19: Adding full screen capability to Joeffice presentations

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

● Java Office Suite● Open Source (Apache licence 2.0)● Offline & Online● Tabs and docking editors● Works on Windows, MacOS X, Linux